Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ alloc
Method
alloc
src/jrd/cch.cpp:5537–5540 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5535
}
5536
5537
void* alloc(size_t size)
5538
{
5539
return m_pool->allocate(size ALLOC_ARGS);
5540
}
5541
5542
private:
5543
MemoryPool* m_pool;
Callers
1
allocate
Method · 0.45
Calls
1
allocate
Method · 0.45
Tested by
no test coverage detected