MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / alloc

Method alloc

src/jrd/InitCDSLib.h:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52private:
53 static void* alloc(size_t size)
54 {
55 return m_pool->allocate(size ALLOC_ARGS);
56 }
57
58 static void free(void* p)
59 {

Callers

nothing calls this directly

Calls 1

allocateMethod · 0.45

Tested by

no test coverage detected