Searched refs:s_pSystemHeap (Results 1 – 1 of 1) sorted by relevance
41 SystemExpHeap* s_pSystemHeap = 0; // variable54 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()172 …s_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()