Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/sources/libraries/init/
Dinit_Alloc.cpp43 SystemExpHeap::Allocator* s_pSystemAllocator = 0; //<! Allocator for the system heap variable
173 s_pSystemAllocator = new (&s_SystemAllocatorBuffer) SystemExpHeap::Allocator(*s_pSystemHeap); in InitializeAllocator()
187 return s_pSystemAllocator; in GetAllocator()