Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_page
Method · 0.80
getFromPage
Method · 0.80
copyKnownPages
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected