public InterprocessMemory(ulong size,
                           string label)
 {
     Pointer = new NativePointer(KokkosLibrary.IpcCreate(executionSpaceType, size, new NativeString <Serial>(label)), size);
 }