Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3115
void* operator new[](size_t s)
3116
{
3117
return getExternalMemoryPool()->allocate(s ALLOC_ARGS);
3118
}
3119
3120
void operator delete(void* mem) noexcept
3121
{
Callers
nothing calls this directly
Calls
2
getExternalMemoryPool
Function · 0.85
allocate
Method · 0.45
Tested by
no test coverage detected