Searched refs:baseAddress (Results 1 – 2 of 2) sorted by relevance
74 uintptr_t baseAddress = reinterpret_cast<uintptr_t>(&blocks()[0].mElement); in getBlockIndex() local75 *indexOutput = (elementAddress - baseAddress) / sizeof(MemoryPoolBlock); in getBlockIndex()77 return elementAddress >= baseAddress && in getBlockIndex()80 ((elementAddress - baseAddress) % sizeof(MemoryPoolBlock) == 0); in getBlockIndex()
1342 void* baseAddress = in unmapGrantorDescr() local1344 if (baseAddress) munmap(baseAddress, mapLength); in unmapGrantorDescr()