Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ setCurrentMallocAllocator
Function
setCurrentMallocAllocator
src/CppUTest/TestMemoryAllocator.cpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void setCurrentMallocAllocator(TestMemoryAllocator* allocator)
90
{
91
currentMallocAllocator = allocator;
92
}
93
94
TestMemoryAllocator* getCurrentMallocAllocator()
95
{
Callers
11
setGlobalMemoryReportAllocators
Method · 0.85
removeGlobalMemoryReportAllocators
Method · 0.85
crash_on_allocation_number
Function · 0.85
restore
Method · 0.85
start
Method · 0.85
restoreMemoryAllocators
Method · 0.85
cpputest_malloc_set_out_of_memory
Function · 0.85
cpputest_malloc_set_not_out_of_memory
Function · 0.85
TEST
Function · 0.85
setup
Function · 0.85
_failChangeMallocMemoryAllocator
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected