mi_thread_stats_print

Print out heap statistics for this thread.

extern (C) @nogc pure @system nothrow
void
mi_thread_stats_print
(
FILE* out_
)

Parameters

out_ FILE*

Output file. Use NULL for stderr.

Most detailed when using a debug build.

Meta