Searched refs:s_handle (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.1.4/build/demos/nanddemo/src/ |
| D | util.c | 49 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/ |
| D | main.c | 85 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/ |
| D | main.c | 92 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()
|
| D | swing.c | 83 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()
|