From 3dbc08b049abe84e979839745103edc3d64c370e Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 23 Dec 2025 21:06:38 -0500 Subject: [PATCH] xo-alloc2: ++ documentation + threshold size for THP feature --- utest/random_allocs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utest/random_allocs.cpp b/utest/random_allocs.cpp index 56d0cb8..4031534 100644 --- a/utest/random_allocs.cpp +++ b/utest/random_allocs.cpp @@ -80,7 +80,7 @@ namespace utest { REQUIRE_ORFAIL(ok_flag, catch_flag, mem != nullptr); REQUIRE_ORFAIL(ok_flag, catch_flag, mm.contains(mem)); REQUIRE_ORFAIL(ok_flag, catch_flag, mm.last_error().error_seq_ == 0); - REQUIRE_ORFAIL(ok_flag, catch_flag, mm.last_error().error_ == xo::mm::error::none); + REQUIRE_ORFAIL(ok_flag, catch_flag, mm.last_error().error_ == xo::mm::error::ok); { auto ix = allocs_by_lo_map.lower_bound(mem);