Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp474 …MALLOC_ASSERT(sizeof(LargeMemoryBlock)+sizeof(CacheBinOperation)<=head->unalignedSize, "CacheBinOp… in putList()
541 size_t size = head->unalignedSize; in putList()
644 …ad(std::memory_order_relaxed) - last.load(std::memory_order_relaxed)->unalignedSize, std::memory_o… in cleanToThreshold()
879 int toBinIdx = Props::sizeToIdx(toCache->unalignedSize); in putList()
925 if (!sizeInCacheRange(curr->unalignedSize)) { in putList()
929 int currIdx = sizeToIdx(curr->unalignedSize); in putList()
936 if (sizeToIdx(b->unalignedSize) == currIdx) { in putList()
949 if (curr->unalignedSize < maxLargeSize) in putList()
958 size_t blockSize = largeBlock->unalignedSize; in put()
1056 const size_t oldUnalignedSize = ((LargeObjectHdr*)ptr - 1)->memoryBlock->unalignedSize; in remap()
[all …]
H A Dbackend.cpp867 lmb->unalignedSize = size; in getLargeBlock()
947 genericPutBlock((FreeBlock *)lmb, lmb->unalignedSize, false); in putLargeBlock()
967 const size_t oldUnalignedSize = lmbOld->unalignedSize; in remap()
1021 lmb->unalignedSize = region->blockSz; in remap()
1025 MALLOC_ASSERT((uintptr_t)lmb + lmb->unalignedSize >= in remap()
H A Dfrontend.cpp2198 const size_t size = object->unalignedSize; in put()
2221 totalSize -= tail->unalignedSize; in put()
2251 if (curr->unalignedSize == size) { in get()
2305 alignDown((uintptr_t)lmb+lmb->unalignedSize - size, alignment); in getFromLLOCache()
2324 MALLOC_ASSERT((uintptr_t)lmb+lmb->unalignedSize >= in getFromLLOCache()
2408 copySize = lmb->unalignedSize-((uintptr_t)ptr-(uintptr_t)lmb); in reallocAligned()
H A Dtbbmalloc_internal.h363 size_t unalignedSize; // the size requested from backend
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_overload.cpp167 size_t unalignedSize; // the size requested from getMemory member
H A Dtest_malloc_whitebox.cpp583 headerLO->memoryBlock->unalignedSize = 2*slabSize + headersSize; in TestObjectRecognition()
1322 origBlockSize = origLmb->unalignedSize; in reallocAndRetrieve()
1328 reallocBlockSize = reallocLmb->unalignedSize; in reallocAndRetrieve()