| 103 | } |
| 104 | |
| 105 | TestMemoryAllocator* defaultMallocAllocator() |
| 106 | { |
| 107 | static TestMemoryAllocator allocator("Standard Malloc Allocator", "malloc", "free"); |
| 108 | return &allocator; |
| 109 | } |
| 110 | |
| 111 | ///////////////////////////////////////////// |
| 112 |
no outgoing calls
no test coverage detected