mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
Rename extent.h -> edata.h.
This name is slightly pithier; a full-on rename will come shortly.
This commit is contained in:
committed by
David Goldblatt
parent
a738a66b5c
commit
865debda22
6
src/edata.c
Normal file
6
src/edata.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#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)
|
||||
Reference in New Issue
Block a user