Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp339 uint16_t objectSize; member in rml::internal::LocalBlockFields
1212 unsigned int size = block->objectSize; in pushTLSBin()
1240 unsigned int size = block->objectSize; in outofTLSBin()
1584 objectSize = objSz; in initEmptyBlock()
1723 objectSize = 0; in reset()
1757 if (objectSize <= maxSegregatedObjectSize) in findObjectToFree()
2331 lmb->objectSize = size; in getFromLLOCache()
2418 lmb->objectSize = newSize; in reallocAligned()
2425 copySize = lmb->objectSize; in reallocAligned()
2469 offset %= objectSize; in findAllocatedObject()
[all …]
H A Dtbbmalloc_internal.h362 size_t objectSize; // the size requested by a client
H A Dbackend.cpp1022 lmb->objectSize = newSize; in remap()
1026 (uintptr_t)object + lmb->objectSize, "An object must fit to the block."); in remap()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_overload.cpp166 size_t objectSize; // the size requested by a client member
204 REQUIRE((uintptr_t(lmb)<uintptr_t(((LargeObjectHdr*)object-1)) && lmb->objectSize >= size)); in scalableMallocCheckSize()
H A Dtest_malloc_whitebox.cpp573 falseBlock->objectSize = falseObjectSize; in TestObjectRecognition()
584 headerLO->memoryBlock->objectSize = slabSize + headersSize; in TestObjectRecognition()
1556 size_t objectSize = alignedSizeFromIdx(idx); in check() local
1559 if (type == NO_CLEANUP && sizeInCacheRange(objectSize)) { in check()
1560 …REQUIRE_MESSAGE(objectInCacheBin(idx, objectSize), "Object was released from cache, it shouldn't."… in check()
1561 } else if (type == REGULAR_CLEANUP && (objectSize >= hugeSize)) { in check()
1562 …REQUIRE_MESSAGE(objectInCacheBin(idx, objectSize), "Object was released from cache, it shouldn't."… in check()