mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 08:37:29 +03:00
Add stats for arenas.bin.i.nshards.
This commit is contained in:
parent
3f9f2833f6
commit
45bb4483ba
3 changed files with 13 additions and 2 deletions
|
|
@ -706,6 +706,7 @@ TEST_BEGIN(test_arenas_bin_constants) {
|
|||
TEST_ARENAS_BIN_CONSTANT(uint32_t, nregs, bin_infos[0].nregs);
|
||||
TEST_ARENAS_BIN_CONSTANT(size_t, slab_size,
|
||||
bin_infos[0].slab_size);
|
||||
TEST_ARENAS_BIN_CONSTANT(uint32_t, nshards, bin_infos[0].n_shards);
|
||||
|
||||
#undef TEST_ARENAS_BIN_CONSTANT
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue