Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/sources/libraries/init/
Dinit_Alloc.cpp41 SystemExpHeap* s_pSystemHeap = 0; // variable
54 return s_pSystemHeap->Allocate(size); in malloc()
61 s_pSystemHeap->Free(p); in free()
91 size_t newSize = s_pSystemHeap->ResizeBlock(p, size); in realloc()
103 size_t oldSize = s_pSystemHeap->GetSizeOf(p); in realloc()
172s_pSystemHeap = new (reinterpret_cast<void*>(heapAddr)) SystemExpHeap(headAddr, addr + size - head… in InitializeAllocator()
173 s_pSystemAllocator = new (&s_SystemAllocatorBuffer) SystemExpHeap::Allocator(*s_pSystemHeap); in InitializeAllocator()