mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 00:23:33 +03:00
Move slabs out of chunks.
This commit is contained in:
parent
d28e5a6696
commit
498856f44a
21 changed files with 596 additions and 2332 deletions
|
|
@ -615,7 +615,8 @@ TEST_BEGIN(test_arenas_bin_constants)
|
|||
|
||||
TEST_ARENAS_BIN_CONSTANT(size_t, size, arena_bin_info[0].reg_size);
|
||||
TEST_ARENAS_BIN_CONSTANT(uint32_t, nregs, arena_bin_info[0].nregs);
|
||||
TEST_ARENAS_BIN_CONSTANT(size_t, run_size, arena_bin_info[0].run_size);
|
||||
TEST_ARENAS_BIN_CONSTANT(size_t, slab_size,
|
||||
arena_bin_info[0].slab_size);
|
||||
|
||||
#undef TEST_ARENAS_BIN_CONSTANT
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue