| 81 | } |
| 82 | |
| 83 | TestMemoryAllocator* defaultNewArrayAllocator() |
| 84 | { |
| 85 | static TestMemoryAllocator allocator("Standard New [] Allocator", "new []", "delete []"); |
| 86 | return &allocator; |
| 87 | } |
| 88 | |
| 89 | void setCurrentMallocAllocator(TestMemoryAllocator* allocator) |
| 90 | { |
no outgoing calls
no test coverage detected