Searched refs:s_Allocator (Results 1 – 1 of 1) sorted by relevance
58 static MEMAllocator s_Allocator; variable95 MEMInitAllocatorForExpHeap( &s_Allocator, s_HeapHndl, 32 ); in main()109 libWorkMem = MEMAllocFromAllocator( &s_Allocator, NWC24_WORK_MEM_SIZE ); in main()191 MEMFreeToAllocator( &s_Allocator, libWorkMem ); in main()378 buffer = (char*)MEMAllocFromAllocator( &s_Allocator, OSRoundUp32B(bufSize) ); in PrintSubject()394 MEMFreeToAllocator( &s_Allocator, buffer ); in PrintSubject()