mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-02 08:30:27 +03:00
Edata: rename "ranged" bit to "pai".
This better represents its intended purpose; the hugepage allocator design evolved away from needing contiguity of hugepage virtual address space.
This commit is contained in:
parent
7ad2f78663
commit
e034500698
6 changed files with 48 additions and 38 deletions
|
|
@ -12,7 +12,7 @@ TEST_BEGIN(test_arena_slab_regind) {
|
|||
edata_init(&slab, INVALID_ARENA_IND,
|
||||
mallocx(bin_info->slab_size, MALLOCX_LG_ALIGN(LG_PAGE)),
|
||||
bin_info->slab_size, true,
|
||||
binind, 0, extent_state_active, false, true, false,
|
||||
binind, 0, extent_state_active, false, true, EXTENT_PAI_PAC,
|
||||
EXTENT_NOT_HEAD);
|
||||
expect_ptr_not_null(edata_addr_get(&slab),
|
||||
"Unexpected malloc() failure");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue