Home
last modified time | relevance | path

Searched defs:largeObj (Results 1 – 4 of 4) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dbackref.cpp261 BackRefIdx BackRefIdx::newBackRef(bool largeObj) in newBackRef()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_overload.cpp139 uint16_t largeObj:1; // is this object "large"? member in BackRefIdx
H A Dtest_malloc_whitebox.cpp488 void *largeObj = pool_malloc(fixedPool, minLargeObjectSize); in TestPools() local
602 for (int largeObj = 0; largeObj<2; largeObj++) { in TestObjectRecognition() local
H A Dtest_malloc_pools.cpp449 void *largeObj = pool_malloc(pool, maxSz); in TestFixedBufferPool() local