MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / mi_buffered_flush

Function mi_buffered_flush

3rd/mimalloc-2.0.9/src/stats.c:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270} buffered_t;
271
272static void mi_buffered_flush(buffered_t* buf) {
273 buf->buf[buf->used] = 0;
274 _mi_fputs(buf->out, buf->arg, NULL, buf->buf);
275 buf->used = 0;
276}
277
278static void mi_cdecl mi_buffered_out(const char* msg, void* arg) {
279 buffered_t* buf = (buffered_t*)arg;

Callers 1

mi_buffered_outFunction · 0.85

Calls 1

_mi_fputsFunction · 0.85

Tested by

no test coverage detected