Rizin
unix-like reverse engineering framework and cli tools
rz_heap_jemalloc.h File Reference

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)
 

Macro Definition Documentation

◆ GH

#define GH (   x)    x##_64

Definition at line 20 of file rz_heap_jemalloc.h.

◆ GHT

#define GHT   ut64

Definition at line 21 of file rz_heap_jemalloc.h.

◆ GHT_MAX

#define GHT_MAX   UT64_MAX

Definition at line 22 of file rz_heap_jemalloc.h.

◆ INC_HEAP32

#define INC_HEAP32   1

Definition at line 6 of file rz_heap_jemalloc.h.

◆ PRINT_A

#define PRINT_A (   color,
  msg 
)    rz_cons_print(color msg Color_RESET)

Definition at line 31 of file rz_heap_jemalloc.h.

◆ PRINT_BA

#define PRINT_BA (   msg)    rz_cons_printf("%s" msg Color_RESET, pal->num)

Definition at line 34 of file rz_heap_jemalloc.h.

◆ PRINT_GA

#define PRINT_GA (   msg)    rz_cons_printf("%s" msg Color_RESET, pal->args)

Definition at line 33 of file rz_heap_jemalloc.h.

◆ PRINT_RA

#define PRINT_RA (   msg)    rz_cons_printf("%s" msg Color_RESET, pal->invalid)

Definition at line 35 of file rz_heap_jemalloc.h.

◆ PRINT_YA

#define PRINT_YA (   msg)    rz_cons_printf("%s" msg Color_RESET, pal->offset)

Definition at line 32 of file rz_heap_jemalloc.h.

◆ PRINTF_A

#define PRINTF_A (   color,
  fmt,
  ... 
)    rz_cons_printf(color fmt Color_RESET, __VA_ARGS__)

Definition at line 25 of file rz_heap_jemalloc.h.

◆ PRINTF_BA

#define PRINTF_BA (   fmt,
  ... 
)    PRINTF_A("%s", fmt, pal->num, __VA_ARGS__)

Definition at line 28 of file rz_heap_jemalloc.h.

◆ PRINTF_GA

#define PRINTF_GA (   fmt,
  ... 
)    PRINTF_A("%s", fmt, pal->args, __VA_ARGS__)

Definition at line 27 of file rz_heap_jemalloc.h.

◆ PRINTF_RA

#define PRINTF_RA (   fmt,
  ... 
)    PRINTF_A("%s", fmt, pal->invalid, __VA_ARGS__)

Definition at line 29 of file rz_heap_jemalloc.h.

◆ PRINTF_YA

#define PRINTF_YA (   fmt,
  ... 
)    PRINTF_A("%s", fmt, pal->offset, __VA_ARGS__)

Definition at line 26 of file rz_heap_jemalloc.h.