Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ common_log
Method
common_log
common/log.cpp:126–126 ·
view source on GitHub ↗
default capacity - will be expanded if needed
Source
from the content-addressed store, hash-verified
124
struct common_log {
125
// default capacity - will be expanded if needed
126
common_log() : common_log(256) {}
127
128
common_log(size_t capacity) {
129
file = nullptr;
Callers
nothing calls this directly
Calls
2
t_us
Function · 0.85
resize
Method · 0.45
Tested by
no test coverage detected