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

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
 

Macro Definition Documentation

◆ je_aligned_alloc

#define je_aligned_alloc   aligned_alloc

Definition at line 12 of file jemalloc_rename.h.

◆ je_calloc

#define je_calloc   calloc

Definition at line 10 of file jemalloc_rename.h.

◆ je_dallocx

#define je_dallocx   dallocx

Definition at line 19 of file jemalloc_rename.h.

◆ je_free

#define je_free   free

Definition at line 14 of file jemalloc_rename.h.

◆ je_mallctl

#define je_mallctl   mallctl

Definition at line 22 of file jemalloc_rename.h.

◆ je_mallctlbymib

#define je_mallctlbymib   mallctlbymib

Definition at line 24 of file jemalloc_rename.h.

◆ je_mallctlnametomib

#define je_mallctlnametomib   mallctlnametomib

Definition at line 23 of file jemalloc_rename.h.

◆ je_malloc

#define je_malloc   malloc

Definition at line 9 of file jemalloc_rename.h.

◆ je_malloc_conf

#define je_malloc_conf   malloc_conf

Definition at line 7 of file jemalloc_rename.h.

◆ je_malloc_message

#define je_malloc_message   malloc_message

Definition at line 8 of file jemalloc_rename.h.

◆ je_malloc_stats_print

#define je_malloc_stats_print   malloc_stats_print

Definition at line 25 of file jemalloc_rename.h.

◆ je_malloc_usable_size

#define je_malloc_usable_size   malloc_usable_size

Definition at line 26 of file jemalloc_rename.h.

◆ je_mallocx

#define je_mallocx   mallocx

Definition at line 15 of file jemalloc_rename.h.

◆ je_memalign

#define je_memalign   memalign

Definition at line 27 of file jemalloc_rename.h.

◆ je_nallocx

#define je_nallocx   nallocx

Definition at line 21 of file jemalloc_rename.h.

◆ je_posix_memalign

#define je_posix_memalign   posix_memalign

Definition at line 11 of file jemalloc_rename.h.

◆ je_rallocx

#define je_rallocx   rallocx

Definition at line 16 of file jemalloc_rename.h.

◆ je_realloc

#define je_realloc   realloc

Definition at line 13 of file jemalloc_rename.h.

◆ je_sallocx

#define je_sallocx   sallocx

Definition at line 18 of file jemalloc_rename.h.

◆ je_sdallocx

#define je_sdallocx   sdallocx

Definition at line 20 of file jemalloc_rename.h.

◆ je_valloc

#define je_valloc   valloc

Definition at line 28 of file jemalloc_rename.h.

◆ je_xallocx

#define je_xallocx   xallocx

Definition at line 17 of file jemalloc_rename.h.