Searched refs:alignedArea (Results 1 – 1 of 1) sorted by relevance
2303 void *alignedArea = (void*)alignUp((uintptr_t)lmb+headersSize, alignment); in getFromLLOCache() local2308 unsigned ptrDelta = alignedRight - (uintptr_t)alignedArea; in getFromLLOCache()2322 alignedArea = (void*)((uintptr_t)alignedArea + offset*alignment); in getFromLLOCache()2325 (uintptr_t)alignedArea+size, "Object doesn't fit the block."); in getFromLLOCache()2326 LargeObjectHdr *header = (LargeObjectHdr*)alignedArea-1; in getFromLLOCache()2333 MALLOC_ASSERT( isLargeObject<unknownMem>(alignedArea), ASSERT_TEXT ); in getFromLLOCache()2334 MALLOC_ASSERT( isAligned(alignedArea, alignment), ASSERT_TEXT ); in getFromLLOCache()2336 return alignedArea; in getFromLLOCache()