Searched refs:objectSize (Results 1 – 5 of 5) sorted by relevance
339 uint16_t objectSize; member in rml::internal::LocalBlockFields1212 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 …]
362 size_t objectSize; // the size requested by a client
1022 lmb->objectSize = newSize; in remap()1026 (uintptr_t)object + lmb->objectSize, "An object must fit to the block."); in remap()
166 size_t objectSize; // the size requested by a client member204 REQUIRE((uintptr_t(lmb)<uintptr_t(((LargeObjectHdr*)object-1)) && lmb->objectSize >= size)); in scalableMallocCheckSize()
573 falseBlock->objectSize = falseObjectSize; in TestObjectRecognition()584 headerLO->memoryBlock->objectSize = slabSize + headersSize; in TestObjectRecognition()1556 size_t objectSize = alignedSizeFromIdx(idx); in check() local1559 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()