mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-01 05:45:59 +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
29
BeefRT/JEMalloc/include/jemalloc/jemalloc_rename.h
Normal file
29
BeefRT/JEMalloc/include/jemalloc/jemalloc_rename.h
Normal file
|
@ -0,0 +1,29 @@
|
|||
/*
|
||||
* Name mangling for public symbols is controlled by --with-mangling and
|
||||
* --with-jemalloc-prefix. With default settings the je_ prefix is stripped by
|
||||
* these macro definitions.
|
||||
*/
|
||||
#ifndef JEMALLOC_NO_RENAME
|
||||
# define je_aligned_alloc je_aligned_alloc
|
||||
# define je_calloc je_calloc
|
||||
# define je_dallocx je_dallocx
|
||||
# define je_free je_free
|
||||
# define je_mallctl je_mallctl
|
||||
# define je_mallctlbymib je_mallctlbymib
|
||||
# define je_mallctlnametomib je_mallctlnametomib
|
||||
# define je_malloc je_malloc
|
||||
# define je_malloc_conf je_malloc_conf
|
||||
# define je_malloc_conf_2_conf_harder je_malloc_conf_2_conf_harder
|
||||
# define je_malloc_message je_malloc_message
|
||||
# define je_malloc_stats_print je_malloc_stats_print
|
||||
# define je_malloc_usable_size je_malloc_usable_size
|
||||
# define je_mallocx je_mallocx
|
||||
# define je_smallocx_54eaed1d8b56b1aa528be3bdd1877e59c56fa90c je_smallocx_54eaed1d8b56b1aa528be3bdd1877e59c56fa90c
|
||||
# define je_nallocx je_nallocx
|
||||
# define je_posix_memalign je_posix_memalign
|
||||
# define je_rallocx je_rallocx
|
||||
# define je_realloc je_realloc
|
||||
# define je_sallocx je_sallocx
|
||||
# define je_sdallocx je_sdallocx
|
||||
# define je_xallocx je_xallocx
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue