ca30b5db2b
Using an edata_t both for hugepages and the allocations within those hugepages was convenient at first, but has outlived its usefulness. Representing hugepages explicitly, with their own data structure, will make future development easier.
7 lines
258 B
C
7 lines
258 B
C
#include "jemalloc/internal/jemalloc_preamble.h"
|
|
#include "jemalloc/internal/jemalloc_internal_includes.h"
|
|
|
|
ph_gen(, edata_avail_, edata_avail_t, edata_t, ph_link,
|
|
edata_esnead_comp)
|
|
ph_gen(, edata_heap_, edata_heap_t, edata_t, ph_link, edata_snad_comp)
|