From fc15d55df655fe007de2adf70fb3b9fe98cdf64b Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Tue, 20 Aug 2024 14:33:09 +0000 Subject: [PATCH] Mallinfo --- Grid/allocator/MemoryManager.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Grid/allocator/MemoryManager.h b/Grid/allocator/MemoryManager.h index e2d7b49e..0870313d 100644 --- a/Grid/allocator/MemoryManager.h +++ b/Grid/allocator/MemoryManager.h @@ -108,7 +108,6 @@ private: ///////////////////////////////////////////////// // Free pool ///////////////////////////////////////////////// - static void DisplayMallinfo(void); static void *Insert(void *ptr,size_t bytes,int type) ; static void *Lookup(size_t bytes,int type) ; static void *Insert(void *ptr,size_t bytes,AllocationCacheEntry *entries,int ncache,int &victim,uint64_t &cbytes) ;