mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 16:13:38 +03:00
Make extent module hermetic.
In the form of extent2.h. The naming leaves something to be desired, but I'll leave that for a later diff.
This commit is contained in:
parent
e08c581cf1
commit
92a511d385
13 changed files with 1788 additions and 1815 deletions
|
|
@ -620,4 +620,7 @@ extent_esnead_comp(const extent_t *a, const extent_t *b) {
|
|||
return ret;
|
||||
}
|
||||
|
||||
ph_proto(, extent_avail_, extent_tree_t, extent_t)
|
||||
ph_proto(, extent_heap_, extent_heap_t, extent_t)
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_EXTENT_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue