Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ free_memory
Method
free_memory
src/CppUTest/SimpleStringInternalCache.cpp:283–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
}
282
283
void SimpleStringCacheAllocator::free_memory(char* memory, size_t size, const char*, size_t)
284
{
285
cache_.dealloc(memory, size);
286
}
287
288
const char* SimpleStringCacheAllocator::name() const
289
{
Callers
2
destroyInternalCacheNode
Method · 0.45
destroySimpleStringMemoryBlock
Method · 0.45
Calls
1
dealloc
Method · 0.45
Tested by
no test coverage detected