Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastFlowLM/FastFlowLM
/ reserve
Method
reserve
src/include/buffer.hpp:294–294 ·
view source on GitHub ↗
\brief reserve \param size the size
Source
from the content-addressed store, hash-verified
292
/// \brief reserve
293
/// \param size the size
294
void reserve(size_t size) { resize(size); }
295
296
/// \brief release
297
void release() { free(); }
Callers
15
sanitize_model_tag_for_filename
Function · 0.45
write_bench_csv
Function · 0.45
run_benchmarks
Function · 0.45
generate
Method · 0.45
insert
Method · 0.45
generate
Method · 0.45
generate
Method · 0.45
insert
Method · 0.45
AutoModel
Method · 0.45
_shared_load_model
Method · 0.45
_shared_generate
Method · 0.45
generate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected