MCPcopy Create free account
hub / github.com/cpputest/cpputest / defaultNewArrayAllocator

Function defaultNewArrayAllocator

src/CppUTest/TestMemoryAllocator.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 8

isNewAllocatorMethod · 0.85
getStringAllocatorMethod · 0.85
setupFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected