Home
last modified time | relevance | path

Searched refs:Allocator (Results 1 – 5 of 5) sorted by relevance

/RevoEX-2.3/build/demos/nwc24demo/src/MsgPrint/
DMsgPrint.c79 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/
DMsgList.c64 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/
DMsgPost.c55 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/
DCheck.c111 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/
DLetter.c25 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()