Home
last modified time | relevance | path

Searched refs:headAddr (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/init/
Dinit_Alloc.cpp171 uptr headAddr = heapAddr + sizeof(SystemExpHeap); in InitializeAllocator() local
172 …stemHeap = new (reinterpret_cast<void*>(heapAddr)) SystemExpHeap(headAddr, addr + size - headAddr); in InitializeAllocator()