Searched refs:s_pSystemHeap (Results 1 – 1 of 1) sorted by relevance
38 SystemExpHeap* s_pSystemHeap = 0; //!< システムヒープ variable52 return s_pSystemHeap->Allocate(size); in malloc()60 s_pSystemHeap->Free(p); in free()119 …s_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()