Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ free_memory
Method
free_memory
src/CppUTest/TestMemoryAllocator.cpp:167–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
void TestMemoryAllocator::free_memory(char* memory, size_t, const char*, size_t)
168
{
169
PlatformSpecificFree(memory);
170
}
171
172
const char* TestMemoryAllocator::name() const
173
{
Callers
5
deallocStringBuffer
Method · 0.45
destroyAccountantAllocationNode
Method · 0.45
removeNextNodeAndReturnSize
Method · 0.45
removeHeadAndReturnSize
Method · 0.45
deallocMemory
Method · 0.45
Calls
3
PlatformSpecificFree
Function · 0.85
deallocMemory
Method · 0.80
dealloc
Method · 0.45
Tested by
no test coverage detected