From 53377d1fa1afb360e1d02a592ee7cdc23b74d6de Mon Sep 17 00:00:00 2001 From: BlueMatthew Date: Sun, 19 Nov 2023 11:38:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/os_heap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/os_heap.h b/src/os_heap.h index e7ab7bc..57a2bc3 100644 --- a/src/os_heap.h +++ b/src/os_heap.h @@ -94,7 +94,7 @@ DSLIB_API int heap_report (const char * fname); #define HEAP_FREE(_mb) do{if(_mb) {heap_free((_mb)); (_mb) = NULL;}} while(0) -#ifdef DISABLE_OS_HEAP +//#ifdef DISABLE_OS_HEAP #undef HEAP_MALLOC #undef HEAP_CALLOC #undef HEAP_FREE @@ -105,6 +105,6 @@ DSLIB_API int heap_report (const char * fname); #define HEAP_FREE(_mb) do {if (_mb) {free(_mb); (_mb) = NULL;}} while(0) -#endif +//#endif #endif /* __OS_HEAP_H_ASDFJLCXJVZXHCROEYUIODFGFMHFOIUHSDIHFZXKJCHGVLSDHFAJD */