Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ setCurrentNewAllocatorToDefault
Function
setCurrentNewAllocatorToDefault
src/CppUTest/TestMemoryAllocator.cpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void setCurrentNewAllocatorToDefault()
57
{
58
currentNewAllocator = defaultNewAllocator();
59
}
60
61
TestMemoryAllocator* defaultNewAllocator()
62
{
Callers
2
getCurrentNewAllocator
Function · 0.85
TEST
Function · 0.85
Calls
1
defaultNewAllocator
Function · 0.85
Tested by
no test coverage detected