Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/init/
Dinit_Alloc.cpp38 SystemExpHeap* s_pSystemHeap = 0; //!< システムヒープ variable
52 return s_pSystemHeap->Allocate(size); in malloc()
60 s_pSystemHeap->Free(p); in free()
119s_pSystemHeap = new (reinterpret_cast<void*>(heapAddr)) SystemExpHeap(headAddr, addr + size - head… in InitializeAllocator()
120 s_pSystemAllocator = new (&s_SystemAllocatorBuffer) SystemExpHeap::Allocator(*s_pSystemHeap); in InitializeAllocator()