| 59 | } |
| 60 | |
| 61 | TestMemoryAllocator* defaultNewAllocator() |
| 62 | { |
| 63 | static TestMemoryAllocator allocator("Standard New Allocator", "new", "delete"); |
| 64 | return &allocator; |
| 65 | } |
| 66 | |
| 67 | void setCurrentNewArrayAllocator(TestMemoryAllocator* allocator) |
| 68 | { |
no outgoing calls
no test coverage detected