Home
last modified time | relevance | path

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

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