Set the tracing buffer size to size. Returns false if there was an error allocating size. Setting size to 0 sets an unlimited buffer size (dangerous). If you set size to a value lower than the current number of trace events, size events are deleted.
Examples:
#include <dbg.hpp>
// 1000 trace events allowed
if (set_trace_size(1000))
msg("Successfully set the trace buffer to 1000\n");