Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | INC_HEAP32 1 |
#define | GH(x) x##_64 |
#define | GHT ut64 |
#define | GHT_MAX UT64_MAX |
#define | PRINTF_A(color, fmt, ...) rz_cons_printf(color fmt Color_RESET, __VA_ARGS__) |
#define | PRINTF_YA(fmt, ...) PRINTF_A("%s", fmt, pal->offset, __VA_ARGS__) |
#define | PRINTF_GA(fmt, ...) PRINTF_A("%s", fmt, pal->args, __VA_ARGS__) |
#define | PRINTF_BA(fmt, ...) PRINTF_A("%s", fmt, pal->num, __VA_ARGS__) |
#define | PRINTF_RA(fmt, ...) PRINTF_A("%s", fmt, pal->invalid, __VA_ARGS__) |
#define | PRINT_A(color, msg) rz_cons_print(color msg Color_RESET) |
#define | PRINT_YA(msg) rz_cons_printf("%s" msg Color_RESET, pal->offset) |
#define | PRINT_GA(msg) rz_cons_printf("%s" msg Color_RESET, pal->args) |
#define | PRINT_BA(msg) rz_cons_printf("%s" msg Color_RESET, pal->num) |
#define | PRINT_RA(msg) rz_cons_printf("%s" msg Color_RESET, pal->invalid) |
Definition at line 20 of file rz_heap_jemalloc.h.
#define GHT ut64 |
Definition at line 21 of file rz_heap_jemalloc.h.
#define GHT_MAX UT64_MAX |
Definition at line 22 of file rz_heap_jemalloc.h.
#define INC_HEAP32 1 |
Definition at line 6 of file rz_heap_jemalloc.h.
#define PRINT_A | ( | color, | |
msg | |||
) | rz_cons_print(color msg Color_RESET) |
Definition at line 31 of file rz_heap_jemalloc.h.
#define PRINT_BA | ( | msg | ) | rz_cons_printf("%s" msg Color_RESET, pal->num) |
Definition at line 34 of file rz_heap_jemalloc.h.
#define PRINT_GA | ( | msg | ) | rz_cons_printf("%s" msg Color_RESET, pal->args) |
Definition at line 33 of file rz_heap_jemalloc.h.
#define PRINT_RA | ( | msg | ) | rz_cons_printf("%s" msg Color_RESET, pal->invalid) |
Definition at line 35 of file rz_heap_jemalloc.h.
#define PRINT_YA | ( | msg | ) | rz_cons_printf("%s" msg Color_RESET, pal->offset) |
Definition at line 32 of file rz_heap_jemalloc.h.
#define PRINTF_A | ( | color, | |
fmt, | |||
... | |||
) | rz_cons_printf(color fmt Color_RESET, __VA_ARGS__) |
Definition at line 25 of file rz_heap_jemalloc.h.
Definition at line 28 of file rz_heap_jemalloc.h.
Definition at line 27 of file rz_heap_jemalloc.h.
#define PRINTF_RA | ( | fmt, | |
... | |||
) | PRINTF_A("%s", fmt, pal->invalid, __VA_ARGS__) |
Definition at line 29 of file rz_heap_jemalloc.h.
Definition at line 26 of file rz_heap_jemalloc.h.