Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dmemory_usage.h144 long long thpPresent = 'n'; in isTHPEnabledOnMachine() local
147 parseFileItem thpItem[] = { { "[alwa%cs] madvise never\n", thpPresent } }; in isTHPEnabledOnMachine()
153 if (hugePageSize > -1 && thpPresent == 'y') { in isTHPEnabledOnMachine()
/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h483 long long thpPresent = 'n';
484 parseFileItem thpItem[] = { { "[alwa%cs] madvise never\n", thpPresent } };
487 if (hugePageSize > -1 && thpPresent == 'y') {