Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | je_malloc_conf JEMALLOC_N(malloc_conf) |
#define | je_malloc_message JEMALLOC_N(malloc_message) |
#define | je_malloc JEMALLOC_N(malloc) |
#define | je_calloc JEMALLOC_N(calloc) |
#define | je_posix_memalign JEMALLOC_N(posix_memalign) |
#define | je_aligned_alloc JEMALLOC_N(aligned_alloc) |
#define | je_realloc JEMALLOC_N(realloc) |
#define | je_free JEMALLOC_N(free) |
#define | je_mallocx JEMALLOC_N(mallocx) |
#define | je_rallocx JEMALLOC_N(rallocx) |
#define | je_xallocx JEMALLOC_N(xallocx) |
#define | je_sallocx JEMALLOC_N(sallocx) |
#define | je_dallocx JEMALLOC_N(dallocx) |
#define | je_sdallocx JEMALLOC_N(sdallocx) |
#define | je_nallocx JEMALLOC_N(nallocx) |
#define | je_mallctl JEMALLOC_N(mallctl) |
#define | je_mallctlnametomib JEMALLOC_N(mallctlnametomib) |
#define | je_mallctlbymib JEMALLOC_N(mallctlbymib) |
#define | je_malloc_stats_print JEMALLOC_N(malloc_stats_print) |
#define | je_malloc_usable_size JEMALLOC_N(malloc_usable_size) |
#define | je_memalign JEMALLOC_N(memalign) |
#define | je_valloc JEMALLOC_N(valloc) |
#define je_aligned_alloc JEMALLOC_N(aligned_alloc) |
Definition at line 6 of file public_namespace.h.
#define je_calloc JEMALLOC_N(calloc) |
Definition at line 4 of file public_namespace.h.
#define je_dallocx JEMALLOC_N(dallocx) |
Definition at line 13 of file public_namespace.h.
#define je_free JEMALLOC_N(free) |
Definition at line 8 of file public_namespace.h.
#define je_mallctl JEMALLOC_N(mallctl) |
Definition at line 16 of file public_namespace.h.
#define je_mallctlbymib JEMALLOC_N(mallctlbymib) |
Definition at line 18 of file public_namespace.h.
#define je_mallctlnametomib JEMALLOC_N(mallctlnametomib) |
Definition at line 17 of file public_namespace.h.
#define je_malloc JEMALLOC_N(malloc) |
Definition at line 3 of file public_namespace.h.
#define je_malloc_conf JEMALLOC_N(malloc_conf) |
Definition at line 1 of file public_namespace.h.
#define je_malloc_message JEMALLOC_N(malloc_message) |
Definition at line 2 of file public_namespace.h.
#define je_malloc_stats_print JEMALLOC_N(malloc_stats_print) |
Definition at line 19 of file public_namespace.h.
#define je_malloc_usable_size JEMALLOC_N(malloc_usable_size) |
Definition at line 20 of file public_namespace.h.
#define je_mallocx JEMALLOC_N(mallocx) |
Definition at line 9 of file public_namespace.h.
#define je_memalign JEMALLOC_N(memalign) |
Definition at line 21 of file public_namespace.h.
#define je_nallocx JEMALLOC_N(nallocx) |
Definition at line 15 of file public_namespace.h.
#define je_posix_memalign JEMALLOC_N(posix_memalign) |
Definition at line 5 of file public_namespace.h.
#define je_rallocx JEMALLOC_N(rallocx) |
Definition at line 10 of file public_namespace.h.
#define je_realloc JEMALLOC_N(realloc) |
Definition at line 7 of file public_namespace.h.
#define je_sallocx JEMALLOC_N(sallocx) |
Definition at line 12 of file public_namespace.h.
#define je_sdallocx JEMALLOC_N(sdallocx) |
Definition at line 14 of file public_namespace.h.
#define je_valloc JEMALLOC_N(valloc) |
Definition at line 22 of file public_namespace.h.
#define je_xallocx JEMALLOC_N(xallocx) |
Definition at line 11 of file public_namespace.h.