Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/init/
Dinit_Alloc.cpp40 SystemExpHeap::Allocator* s_pSystemAllocator = 0; //<! システムヒープ用アロケータ variable
120 s_pSystemAllocator = new (&s_SystemAllocatorBuffer) SystemExpHeap::Allocator(*s_pSystemHeap); in InitializeAllocator()
134 return s_pSystemAllocator; in GetAllocator()