1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#ifndef UNITY_CUSTOM_ALLOCATOR_H_ #define UNITY_CUSTOM_ALLOCATOR_H_ #if UNITY_WII # define MemPool1 0 # define MemPool2 1 #elif UNITY_XENON # define MemPool1 0 # define MemPool2 0 #else # define MemPool1 0 # define MemPool2 1 #endif #endif // UNITY_CUSTOM_ALLOCATOR_H_