mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-18 16:41:41 +03:00
In the form of extent2.h. The naming leaves something to be desired, but I'll leave that for a later diff.
6 lines
265 B
C
6 lines
265 B
C
#include "jemalloc/internal/jemalloc_preamble.h"
|
|
#include "jemalloc/internal/jemalloc_internal_includes.h"
|
|
|
|
ph_gen(, extent_avail_, extent_tree_t, extent_t, ph_link,
|
|
extent_esnead_comp)
|
|
ph_gen(, extent_heap_, extent_heap_t, extent_t, ph_link, extent_snad_comp)
|