From 79dcf96a581f5a742e5b018a1e076ff92b1de6a6 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 4 Aug 2024 20:20:59 -0500 Subject: [PATCH] Update: f_memory_increase_step_ define in stand alone. --- data/build/stand_alone/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/data/build/stand_alone/config.h b/data/build/stand_alone/config.h index 67c269f..a83464c 100644 --- a/data/build/stand_alone/config.h +++ b/data/build/stand_alone/config.h @@ -816,6 +816,7 @@ //#define _di_f_memory_default_d_ //#define _di_f_memory_delete_ #define _di_f_memory_destroy_ +//#define _di_f_memory_increase_step_d_ //#define _di_f_memory_new_ #define _di_f_memory_new_aligned_ #define _di_f_memory_resize_ -- 1.8.3.1