Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ ggml_tallocr_max_size
Function
ggml_tallocr_max_size
ggml-alloc.c:330–332 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
328
}
329
330
size_t ggml_tallocr_max_size(ggml_tallocr_t alloc) {
331
return alloc->max_size;
332
}
333
334
// graph allocator
335
Callers
3
ggml_gallocr_alloc_graph
Function · 0.85
ggml_allocr_max_size
Function · 0.85
ggml_backend_sched_init_measure
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected