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

Method max_mem

extern/re2/re2/re2.h:685–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683 void set_log_errors(bool b) { log_errors_ = b; }
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_; }

Callers 3

CompileMethod · 0.80
InitMethod · 0.80
ReverseProgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected