| 70 | } |
| 71 | |
| 72 | TestMemoryAllocator* getCurrentNewArrayAllocator() |
| 73 | { |
| 74 | if (currentNewArrayAllocator == NULLPTR) setCurrentNewArrayAllocatorToDefault(); |
| 75 | return currentNewArrayAllocator; |
| 76 | } |
| 77 | |
| 78 | void setCurrentNewArrayAllocatorToDefault() |
| 79 | { |
no test coverage detected