Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ setCurrentNewArrayAllocator
Function
setCurrentNewArrayAllocator
src/CppUTest/TestMemoryAllocator.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void setCurrentNewArrayAllocator(TestMemoryAllocator* allocator)
68
{
69
currentNewArrayAllocator = allocator;
70
}
71
72
TestMemoryAllocator* getCurrentNewArrayAllocator()
73
{
Callers
9
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
TEST
Function · 0.85
_failChangeNewArrayMemoryAllocator
Function · 0.85
setup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected