1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

Notify delet public

This commit is contained in:
Peter Boyle 2023-10-18 22:40:22 -04:00
parent f2b98d0dcc
commit 3747494a09

View File

@ -209,9 +209,9 @@ private:
static void CpuViewClose(uint64_t Ptr); static void CpuViewClose(uint64_t Ptr);
static uint64_t CpuViewOpen(uint64_t CpuPtr,size_t bytes,ViewMode mode,ViewAdvise hint); static uint64_t CpuViewOpen(uint64_t CpuPtr,size_t bytes,ViewMode mode,ViewAdvise hint);
#endif #endif
static void NotifyDeletion(void * CpuPtr);
public: public:
static void NotifyDeletion(void * CpuPtr);
static void Print(void); static void Print(void);
static void PrintAll(void); static void PrintAll(void);
static void PrintState( void* CpuPtr); static void PrintState( void* CpuPtr);