mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 08:33:38 +03:00
s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/g
This commit is contained in:
parent
4a55daa363
commit
0c4932eb1e
8 changed files with 55 additions and 44 deletions
|
|
@ -1232,6 +1232,8 @@ malloc_init_hard_a0_locked()
|
|||
return (true);
|
||||
if (chunk_boot())
|
||||
return (true);
|
||||
if (extent_boot())
|
||||
return (true);
|
||||
if (ctl_boot())
|
||||
return (true);
|
||||
if (config_prof)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue