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

create separate InitMessage for MemoryManager that can be called after communicator setup

This commit is contained in:
Christoph Lehner
2020-07-30 07:25:05 -04:00
parent ddbb008694
commit 6365a89ba3
3 changed files with 22 additions and 19 deletions

View File

@@ -98,6 +98,7 @@ private:
static void PrintBytes(void);
public:
static void Init(void);
static void InitMessage(void);
static void *SharedAllocate(size_t bytes);
static void SharedFree (void *ptr,size_t bytes);
static void *CpuAllocate(size_t bytes);