Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ ggml_tallocr_is_measure
Function
ggml_tallocr_is_measure
ggml-alloc.c:326–328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
324
}
325
326
bool ggml_tallocr_is_measure(ggml_tallocr_t alloc) {
327
return alloc->measure;
328
}
329
330
size_t ggml_tallocr_max_size(ggml_tallocr_t alloc) {
331
return alloc->max_size;
Callers
2
init_view
Function · 0.85
ggml_allocr_is_measure
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected