Searched refs:baseAddress (Results 1 – 2 of 2) sorted by relevance
103 uintptr_t baseAddress = reinterpret_cast<uintptr_t>(&blocks()[0].mElement); in getBlockIndex() local104 *indexOutput = (elementAddress - baseAddress) / sizeof(MemoryPoolBlock); in getBlockIndex()106 return elementAddress >= baseAddress && in getBlockIndex()109 ((elementAddress - baseAddress) % sizeof(MemoryPoolBlock) == 0); in getBlockIndex()
1484 void* baseAddress = in unmapGrantorDescr() local1486 if (baseAddress) munmap(baseAddress, mapLength); in unmapGrantorDescr()