mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
Added TCMalloc and JEMalloc projects
This commit is contained in:
parent
53376f3861
commit
652142e189
242 changed files with 67746 additions and 6 deletions
22
BeefRT/JEMalloc/include/jemalloc/internal/public_namespace.h
Normal file
22
BeefRT/JEMalloc/include/jemalloc/internal/public_namespace.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
#define je_aligned_alloc JEMALLOC_N(aligned_alloc)
|
||||
#define je_calloc JEMALLOC_N(calloc)
|
||||
#define je_dallocx JEMALLOC_N(dallocx)
|
||||
#define je_free JEMALLOC_N(free)
|
||||
#define je_mallctl JEMALLOC_N(mallctl)
|
||||
#define je_mallctlbymib JEMALLOC_N(mallctlbymib)
|
||||
#define je_mallctlnametomib JEMALLOC_N(mallctlnametomib)
|
||||
#define je_malloc JEMALLOC_N(malloc)
|
||||
#define je_malloc_conf JEMALLOC_N(malloc_conf)
|
||||
#define je_malloc_conf_2_conf_harder JEMALLOC_N(malloc_conf_2_conf_harder)
|
||||
#define je_malloc_message JEMALLOC_N(malloc_message)
|
||||
#define je_malloc_stats_print JEMALLOC_N(malloc_stats_print)
|
||||
#define je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
|
||||
#define je_mallocx JEMALLOC_N(mallocx)
|
||||
#define je_smallocx_54eaed1d8b56b1aa528be3bdd1877e59c56fa90c JEMALLOC_N(smallocx_54eaed1d8b56b1aa528be3bdd1877e59c56fa90c)
|
||||
#define je_nallocx JEMALLOC_N(nallocx)
|
||||
#define je_posix_memalign JEMALLOC_N(posix_memalign)
|
||||
#define je_rallocx JEMALLOC_N(rallocx)
|
||||
#define je_realloc JEMALLOC_N(realloc)
|
||||
#define je_sallocx JEMALLOC_N(sallocx)
|
||||
#define je_sdallocx JEMALLOC_N(sdallocx)
|
||||
#define je_xallocx JEMALLOC_N(xallocx)
|
Loading…
Add table
Add a link
Reference in a new issue