| 92 | } |
| 93 | |
| 94 | TestMemoryAllocator* getCurrentMallocAllocator() |
| 95 | { |
| 96 | if (currentMallocAllocator == NULLPTR) setCurrentMallocAllocatorToDefault(); |
| 97 | return currentMallocAllocator; |
| 98 | } |
| 99 | |
| 100 | void setCurrentMallocAllocatorToDefault() |
| 101 | { |
no test coverage detected