MCPcopy Create free account
hub / github.com/ValveSoftware/vogl / DefaultDeallocator

Function DefaultDeallocator

src/extlib/loki/src/SmallObj.cpp:1056–1063  ·  view source on GitHub ↗

DefaultDeallocator --------------------------------------------------------- @ingroup SmallObjectGroupInternal Calls default deallocator when SmallObjAllocator decides not to handle a request. The default deallocator could be the global delete operator or the free function. The free function is the preferred default deallocator since it matches malloc which is the preferred default allocator

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

DeallocateMethod · 0.85

Calls 1

operator deleteFunction · 0.85

Tested by

no test coverage detected