mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 09:37:22 +03:00
Rename extent.h -> edata.h.
This name is slightly pithier; a full-on rename will come shortly.
This commit is contained in:
parent
a738a66b5c
commit
865debda22
8 changed files with 6 additions and 6 deletions
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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue