Lines Matching refs:ret
384 void *ret = space + pos; in getMem() local
387 return ret; in getMem()
403 void *ret = (void *)((uintptr_t)rawPtr+sizeof(MallocPoolHeader)); in getMallocMem() local
405 MallocPoolHeader *hdr = (MallocPoolHeader*)ret-1; in getMallocMem()
409 return ret; in getMallocMem()
548 bool ret = lLOC.put(((LargeObjectHdr*)o - 1)->memoryBlock, mPool); in TestPools() local
549 REQUIRE(ret); in TestPools()
552 ret = lLOC.put(((LargeObjectHdr*)o - 1)->memoryBlock, mPool); in TestPools()
553 REQUIRE(ret); in TestPools()
1087 rml::internal::LargeMemoryBlock *ret = lmbArray.back(); in next() local
1089 return ret; in next()