MCPcopy Create free account
hub / github.com/antirez/ds4 / xmalloc

Function xmalloc

gguf-tools/deepseek4-quantize.c:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 GGUF_TYPE_INT64 = 11,
75 GGUF_TYPE_FLOAT64 = 12,
76} gguf_value_type;
77
78static void die(const char *msg) {
79 fprintf(stderr, "error: %s\n", msg);
80 exit(1);
81}
82
83static void die_errno(const char *what, const char *path) {

Callers 15

xstrdupFunction · 0.70
xstrndupFunction · 0.70
path_joinFunction · 0.70
read_fileFunction · 0.70
shard_loadFunction · 0.70
db_openFunction · 0.70
db_readFunction · 0.70
tensor_to_f32Function · 0.70
dequant_fp8_weightFunction · 0.70
dequant_fp4_weightFunction · 0.70
imatrix_loadFunction · 0.70
f32_to_typeFunction · 0.70

Calls 1

dieFunction · 0.70

Tested by

no test coverage detected