Searched refs:heapAddr (Results 1 – 1 of 1) sorted by relevance
170 uptr heapAddr = (((addr - 1) / alignment) + 1) * alignment; in InitializeAllocator() local171 uptr headAddr = heapAddr + sizeof(SystemExpHeap); in InitializeAllocator()172 …s_pSystemHeap = new (reinterpret_cast<void*>(heapAddr)) SystemExpHeap(headAddr, addr + size - head… in InitializeAllocator()