From 89239e2b43915ee63412bd5992f898edaaeec0a8 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Tue, 3 Jun 2025 15:30:21 +0200 Subject: [PATCH] ealanos: More RAM for Larson benchmark and let it use hamstraaja by default. --- repos/ealanos/run/larson.run | 2 +- repos/ealanos/src/bench/larson/larson.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/repos/ealanos/run/larson.run b/repos/ealanos/run/larson.run index bb25b652ca..a27f816983 100644 --- a/repos/ealanos/run/larson.run +++ b/repos/ealanos/run/larson.run @@ -35,7 +35,7 @@ install_config { - + diff --git a/repos/ealanos/src/bench/larson/larson.cpp b/repos/ealanos/src/bench/larson/larson.cpp index 9e8536711a..c35cf07b23 100644 --- a/repos/ealanos/src/bench/larson/larson.cpp +++ b/repos/ealanos/src/bench/larson/larson.cpp @@ -155,8 +155,8 @@ void operator delete[](void *pUserData ) #endif #ifndef CUSTOM_MALLOC -#define CUSTOM_MALLOC malloc //_alloc->alloc -#define CUSTOM_FREE free //_alloc->free +#define CUSTOM_MALLOC _alloc->alloc +#define CUSTOM_FREE _alloc->free #endif