mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 21:23:06 +00: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:
committed by
David Goldblatt
parent
7ad2f78663
commit
e034500698
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user