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

Function mi_out_buf_stderr

3rd/mimalloc-2.0.9/src/options.c:253–256  ·  view source on GitHub ↗

Once this module is loaded, switch to this routine which outputs to stderr and the delayed output buffer.

Source from the content-addressed store, hash-verified

251// Once this module is loaded, switch to this routine
252// which outputs to stderr and the delayed output buffer.
253static void mi_cdecl mi_out_buf_stderr(const char* msg, void* arg) {
254 mi_out_stderr(msg,arg);
255 mi_out_buf(msg,arg);
256}
257
258
259

Callers

nothing calls this directly

Calls 2

mi_out_stderrFunction · 0.85
mi_out_bufFunction · 0.85

Tested by

no test coverage detected