Searched refs:bufferLOH (Results 1 – 1 of 1) sorted by relevance
577 void* bufferLOH = scalable_malloc(2*slabSize + headersSize); in TestObjectRecognition() local578 REQUIRE_MESSAGE(bufferLOH, "Memory was not allocated"); in TestObjectRecognition()580 (LargeObjectHdr*)alignUp((uintptr_t)bufferLOH + headersSize, slabSize); in TestObjectRecognition()582 headerLO->memoryBlock = (LargeMemoryBlock*)bufferLOH; in TestObjectRecognition()631 scalable_free(bufferLOH); in TestObjectRecognition()