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

Method memPtr

src/jrd/Database.h:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 void clear() { v.clear(); }
126
127 T* memPtr() { return &v[0]; }
128
129 void resize(FB_SIZE_T n, T val = T()) { v.resize(n, val); }
130

Callers 3

insert_pageMethod · 0.80
getFromPageMethod · 0.80
copyKnownPagesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected