| 620 | } |
| 621 | |
| 622 | char* MemoryLeakDetector::allocMemory(TestMemoryAllocator* allocator, size_t size, bool allocatNodesSeperately) |
| 623 | { |
| 624 | return allocMemory(allocator, size, UNKNOWN, 0, allocatNodesSeperately); |
| 625 | } |
| 626 | |
| 627 | char* MemoryLeakDetector::allocateMemoryWithAccountingInformation(TestMemoryAllocator* allocator, size_t size, const char* file, size_t line, bool allocatNodesSeperately) |
| 628 | { |
no outgoing calls