mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +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
8
BeefRT/JEMalloc/src/exp_grow.c
Normal file
8
BeefRT/JEMalloc/src/exp_grow.c
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include "jemalloc/internal/jemalloc_preamble.h"
|
||||
#include "jemalloc/internal/jemalloc_internal_includes.h"
|
||||
|
||||
void
|
||||
exp_grow_init(exp_grow_t *exp_grow) {
|
||||
exp_grow->next = sz_psz2ind(HUGEPAGE);
|
||||
exp_grow->limit = sz_psz2ind(SC_LARGE_MAXCLASS);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue