From 27c16626a2676237521604c7f852d786317b03f5 Mon Sep 17 00:00:00 2001 From: celest Date: Sun, 27 Mar 2005 10:38:21 +0000 Subject: Some minor changes to do_init_memmgr git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1308 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/malloc.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/common/malloc.c') diff --git a/src/common/malloc.c b/src/common/malloc.c index 703933d01..747423b47 100644 --- a/src/common/malloc.c +++ b/src/common/malloc.c @@ -7,6 +7,9 @@ #include "memwatch.h" #endif +// 独自メモリマネージャを使用する場合、次のコメントを外してください。 +// #define USE_MEMMGR + #if !defined(DMALLOC) && !defined(GCOLLECT) && !defined(BCHECK) && !defined(USE_MEMMGR) void* aMalloc_( size_t size, const char *file, int line, const char *func ) @@ -90,10 +93,6 @@ void aFree_( void *p, const char *file, int line, const char *func ) #endif } -int do_init_memmgr(const char* file) { - return 0; -} - #elif defined(GCOLLECT) void * _bcallocA(size_t size, size_t cnt) { -- cgit v1.2.3-60-g2f50