Searched defs:_PetscShmgetAllocation (Results 1 – 1 of 1) sorted by relevance
17 struct _PetscShmgetAllocation { struct18 … *addr; // address on this process; points to same physical address on all processes19 int shmkey, shmid;20 size_t sz;21 PetscShmgetAllocation next;