MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / mi_buffered_flush

Function mi_buffered_flush

system/lib/mimalloc/src/stats.c:298–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296} buffered_t;
297
298static void mi_buffered_flush(buffered_t* buf) {
299 buf->buf[buf->used] = 0;
300 _mi_fputs(buf->out, buf->arg, NULL, buf->buf);
301 buf->used = 0;
302}
303
304static void mi_cdecl mi_buffered_out(const char* msg, void* arg) {
305 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