Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp295 static intptr_t defaultMemPool_space[sizeof(MemoryPool)/sizeof(intptr_t) + variable
297 static MemoryPool *defaultMemPool = (MemoryPool*)defaultMemPool_space;
2043 defaultMemPool = (MemoryPool*)defaultMemPool_space; in initMemoryManager()