Searched refs:AXGetMemorySize (Results 1 – 4 of 4) sorted by relevance
199 axBuffer = OSAlloc(AXGetMemorySize(AX_MAX_VOICES)); in main()
210 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
329 axBuffer = OSAlloc(AXGetMemorySize(AX_MAX_VOICES)); in main()
948 #define AXGetMemorySize(num) ((sizeof(AXPB) + sizeof(AXPBITDBUFFER) + sizeof(AXVPB)) * num) macro