Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ setRealAllocator
Method
setRealAllocator
src/CppUTestExt/MemoryReportAllocator.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void MemoryReportAllocator::setRealAllocator(TestMemoryAllocator* allocator)
56
{
57
realAllocator_ = allocator;
58
}
59
60
TestMemoryAllocator* MemoryReportAllocator::getRealAllocator()
61
{
Callers
2
setGlobalMemoryReportAllocators
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64