Searched refs:s_handle (Results 1 – 2 of 2) sorted by relevance
49 static MEMHeapHandle s_handle; variable56 s_handle = MEMCreateFrmHeap(lo, (u32)hi - (u32)lo); in initializeHeap()57 if ( s_handle == MEM_HEAP_INVALID_HANDLE ) in initializeHeap()64 … MEMInitAllocatorForFrmHeap(&s_mem2Allocator, s_handle, 32); // buffer requires 32byte alignment. in initializeHeap()71 MEMDestroyFrmHeap(s_handle); in finalizeHeap()
85 static MEMHeapHandle s_handle; variable91 s_handle = MEMCreateFrmHeap(lo, (u32)hi - (u32)lo); in init_memory2()92 if ( s_handle == MEM_HEAP_INVALID_HANDLE ) in init_memory2()99 … MEMInitAllocatorForFrmHeap(&s_mem2Allocator, s_handle, 32); // buffer requies 32byte alignment. in init_memory2()