mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 17:47:22 +03:00
Export hugepage size with arenas.hugepage
This commit is contained in:
parent
f9c0b5f7f8
commit
90c627edb7
3 changed files with 8 additions and 0 deletions
|
|
@ -877,6 +877,7 @@ TEST_BEGIN(test_arenas_constants) {
|
|||
|
||||
TEST_ARENAS_CONSTANT(size_t, quantum, QUANTUM);
|
||||
TEST_ARENAS_CONSTANT(size_t, page, PAGE);
|
||||
TEST_ARENAS_CONSTANT(size_t, hugepage, HUGEPAGE);
|
||||
TEST_ARENAS_CONSTANT(unsigned, nbins, SC_NBINS);
|
||||
TEST_ARENAS_CONSTANT(unsigned, nlextents, SC_NSIZES - SC_NBINS);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue