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

Function operator new[]

src/common/classes/alloc.cpp:3115–3118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3113}
3114
3115void* operator new[](size_t s)
3116{
3117 return getExternalMemoryPool()->allocate(s ALLOC_ARGS);
3118}
3119
3120void operator delete(void* mem) noexcept
3121{

Callers

nothing calls this directly

Calls 2

getExternalMemoryPoolFunction · 0.85
allocateMethod · 0.45

Tested by

no test coverage detected