Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/nanddemo/src/
Dutil.c49 static MEMHeapHandle s_handle; variable
56 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()
/RvlSDK-3.1.4/build/demos/kpadOlddemo/src/
Dmain.c85 static MEMHeapHandle s_handle; variable
91 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 32-byte alignment. in init_memory2()
/RvlSDK-3.1.4/build/demos/kpaddemo/src/
Dmain.c92 static MEMHeapHandle s_handle ; variable
98 s_handle = MEMCreateFrmHeap( lo, (u32)hi - (u32)lo ) ; in init_memory2()
99 if ( s_handle == MEM_HEAP_INVALID_HANDLE ) in init_memory2()
106 …MEMInitAllocatorForFrmHeap( &s_mem2Allocator, s_handle, 32 ) ; // Buffer requires 32byte alignme… in init_memory2()
Dswing.c83 static MEMHeapHandle s_handle; variable
89 s_handle = MEMCreateFrmHeap(lo, (u32)hi - (u32)lo); in init_memory2()
90 if ( s_handle == MEM_HEAP_INVALID_HANDLE ) in init_memory2()
97 …MEMInitAllocatorForFrmHeap(&s_mem2Allocator, s_handle, 32); // Buffer requires 32-byte alignment. in init_memory2()