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