Searched refs:s_handle (Results 1 – 3 of 3) 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()
97 static MEMHeapHandle s_handle ; variable103 s_handle = MEMCreateFrmHeap( lo, (u32)hi - (u32)lo ) ; in init_memory2()104 if ( s_handle == MEM_HEAP_INVALID_HANDLE ) in init_memory2()111 …MEMInitAllocatorForFrmHeap( &s_mem2Allocator, s_handle, 32 ) ; // Buffer requires 32-byte alignm… in init_memory2()
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 requires 32byte alignment. in init_memory2()