diff --git a/Grid/allocator/MemoryManager.h b/Grid/allocator/MemoryManager.h index 0dc78f04..528ebbaa 100644 --- a/Grid/allocator/MemoryManager.h +++ b/Grid/allocator/MemoryManager.h @@ -209,9 +209,9 @@ private: static void CpuViewClose(uint64_t Ptr); static uint64_t CpuViewOpen(uint64_t CpuPtr,size_t bytes,ViewMode mode,ViewAdvise hint); #endif - static void NotifyDeletion(void * CpuPtr); public: + static void NotifyDeletion(void * CpuPtr); static void Print(void); static void PrintAll(void); static void PrintState( void* CpuPtr);