MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / globalFree

Method globalFree

src/common/classes/alloc.cpp:2692–2695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2690}
2691
2692void MemPool::globalFree(void* block) noexcept
2693{
2694 deallocate(block);
2695}
2696
2697void* MemoryPool::calloc(size_t size ALLOC_PARAMS)
2698{

Callers

nothing calls this directly

Calls 2

getCurrentUsageMethod · 0.80
deallocateFunction · 0.50

Tested by

no test coverage detected