Lines Matching refs:Allocator
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()
479 MEMFreeToAllocator(&Allocator, buffer); in ViewBodyText()
493 MEMFreeToAllocator(&Allocator, buffer); in ViewBodyText()
525 buffer = (char*)MEMAllocFromAllocator(&Allocator, OSRoundUp32B(bufSize)); in ViewAttachment()
531 MEMFreeToAllocator(&Allocator, buffer); in ViewAttachment()
554 MEMFreeToAllocator(&Allocator, buffer); in ViewAttachment()