| 43 | static TestMemoryAllocator* currentMallocAllocator = NULLPTR; |
| 44 | |
| 45 | void setCurrentNewAllocator(TestMemoryAllocator* allocator) |
| 46 | { |
| 47 | currentNewAllocator = allocator; |
| 48 | } |
| 49 | |
| 50 | TestMemoryAllocator* getCurrentNewAllocator() |
| 51 | { |
no outgoing calls
no test coverage detected