1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-20 04:34:29 +00:00

Helper functions to allow probe of cache state of lattice objects.

This commit is contained in:
2021-11-09 12:57:09 +00:00
parent 2ad1811642
commit d7bef70b5c
4 changed files with 41 additions and 0 deletions

View File

@@ -170,6 +170,7 @@ private:
public:
static void Print(void);
static void PrintState( void* CpuPtr);
static int isOpen (void* CpuPtr);
static void ViewClose(void* CpuPtr,ViewMode mode);
static void *ViewOpen (void* CpuPtr,size_t bytes,ViewMode mode,ViewAdvise hint);