Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ set_max_mem
Method
set_max_mem
extern/re2/re2/re2.h:686–686 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
684
685
int64_t max_mem() const { return max_mem_; }
686
void set_max_mem(int64_t m) { max_mem_ = m; }
687
688
bool literal() const { return literal_; }
689
void set_literal(bool b) { literal_ = b; }
Callers
2
TEST
Function · 0.80
LLVMFuzzerTestOneInput
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64