Home
last modified time | relevance | path

Searched refs:currentSystemTHPAllocatedSize (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1274 size_t currentSystemTHPAllocatedSize = utils::getSystemTHPAllocatedSize(); in TestTHP() local
1303 … && (newSystemTHPAllocatedSize - currentSystemTHPAllocatedSize) / (2 * 1024) < allocCount) { in TestTHP()