MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_hash_set_free

Function ggml_hash_set_free

ggml.c:15228–15230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15226}
15227
15228static void ggml_hash_set_free(struct ggml_hash_set hash_set) {
15229 free(hash_set.keys);
15230}
15231
15232struct hash_map {
15233 struct ggml_hash_set set;

Callers 2

ggml_hash_map_freeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected