Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ getRealAllocator
Method
getRealAllocator
src/CppUTestExt/MemoryReportAllocator.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
TestMemoryAllocator* MemoryReportAllocator::getRealAllocator()
61
{
62
return realAllocator_;
63
}
64
65
TestMemoryAllocator* MemoryReportAllocator::actualAllocator()
66
{
Callers
1
removeGlobalMemoryReportAllocators
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected