Searched refs:Allocator (Results 1 – 5 of 5) sorted by relevance
| /RevoEX-2.3/build/demos/nwc24demo/src/MsgPrint/ |
| D | MsgPrint.c | 79 static MEMAllocator Allocator; variable 101 MEMInitAllocatorForExpHeap(&Allocator, HeapHndl, 32); in main() 115 libWorkMem = MEMAllocFromAllocator(&Allocator, NWC24_WORK_MEM_SIZE); in main() 147 MEMFreeToAllocator(&Allocator, libWorkMem); in main() 183 IdListBuf = (u32*)MEMAllocFromAllocator(&Allocator, bufSize); in GetIdList() 202 MEMFreeToAllocator(&Allocator, IdListBuf); in ReleaseIdList() 402 buffer = (char*)MEMAllocFromAllocator(&Allocator, OSRoundUp32B(bufSize)); in ViewSubject() 407 MEMFreeToAllocator(&Allocator, buffer); in ViewSubject() 420 MEMFreeToAllocator(&Allocator, buffer); in ViewSubject() 474 buffer = (char*)MEMAllocFromAllocator(&Allocator, OSRoundUp32B(bufSize)); in ViewBodyText() [all …]
|
| /RevoEX-2.3/build/demos/nwc24demo/src/MsgList/ |
| D | MsgList.c | 64 MEMAllocator Allocator; variable 82 MEMInitAllocatorForExpHeap(&Allocator, HeapHndl, 32); in main() 96 libWorkMem = MEMAllocFromAllocator(&Allocator, NWC24_WORK_MEM_SIZE); in main() 122 MEMFreeToAllocator(&Allocator, libWorkMem); in main() 153 idListBuf = (u32*)MEMAllocFromAllocator(&Allocator, bufSize); in ListMessageBox() 228 MEMFreeToAllocator(&Allocator, idListBuf); in ListMessageBox()
|
| /RevoEX-2.3/build/demos/nwc24demo/src/MsgPost/ |
| D | MsgPost.c | 55 MEMAllocator Allocator; variable 73 MEMInitAllocatorForExpHeap(&Allocator, HeapHndl, 32); in main() 87 libWorkMem = MEMAllocFromAllocator(&Allocator, NWC24_WORK_MEM_SIZE); in main() 113 MEMFreeToAllocator(&Allocator, libWorkMem); in main()
|
| /RevoEX-2.3/build/demos/nwc24demo/src/Check/ |
| D | Check.c | 111 MEMAllocator Allocator; variable 130 MEMInitAllocatorForExpHeap(&Allocator, HeapHndl, 32); in main() 143 libWorkMem = MEMAllocFromAllocator(&Allocator, NWC24_WORK_MEM_SIZE); in main() 240 MEMFreeToAllocator(&Allocator, libWorkMem); in main()
|
| /RevoEX-2.3/build/demos/nwc24demo/src/Letter/ |
| D | Letter.c | 25 MEMAllocator Allocator; variable 40 MEMInitAllocatorForExpHeap(&Allocator, HeapHndl, 32); in main() 54 libWorkMem = MEMAllocFromAllocator(&Allocator, NWC24_WORK_MEM_SIZE); in main() 73 MEMFreeToAllocator(&Allocator, libWorkMem); in main()
|