MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / operator new

Function operator new

src/common/classes/alloc.cpp:3110–3113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3108// this version should be also present as a pair for "delete".
3109
3110void* operator new(size_t s)
3111{
3112 return getExternalMemoryPool()->allocate(s ALLOC_ARGS);
3113}
3114
3115void* operator new[](size_t s)
3116{

Callers

nothing calls this directly

Calls 2

getExternalMemoryPoolFunction · 0.85
allocateMethod · 0.45

Tested by

no test coverage detected