xo-alloc: + gc history xo-imgui: gui examples

This commit is contained in:
Roland Conybeare 2025-08-14 09:50:59 -05:00
commit f4be2e765e
20 changed files with 2015 additions and 18 deletions

View file

@ -76,7 +76,7 @@ namespace xo {
tag_config::tag_color_enabled = false;
GcStatisticsExt stats({});
GcStatisticsExt stats;
std::string s = tostr(stats);
@ -154,7 +154,7 @@ namespace xo {
std::stringstream ss;
ppconfig ppc;
GcStatisticsExt stats({});
GcStatisticsExt stats;
std::string actual = toppstr2(ppc, stats);
std::string expected