Home
last modified time | relevance | path

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

/RvlHBMSdk-4.4/build/demos/hbmdemo/rsodemo/src/
Drsodemo.cpp261 static MEMHeapHandle sMemHandle2; variable
426 sMemHandle2 = MEMCreateExpHeap(lo, reinterpret_cast<u32>(hi) - reinterpret_cast<u32>(lo)); in init_memory2()
427 if ( sMemHandle2 == MEM_HEAP_INVALID_HANDLE ) in init_memory2()
434 MEMInitAllocatorForExpHeap(&s_mem2Allocator, sMemHandle2, 32); in init_memory2()