Lines Matching refs:PetscShmgetAllocation
16 typedef struct _PetscShmgetAllocation *PetscShmgetAllocation; typedef
21 PetscShmgetAllocation next;
23 static PetscShmgetAllocation allocations = NULL;
50 PetscShmgetAllocation next = allocations, previous = NULL; in PetscShmgetAddressesFinalize()
106 PetscShmgetAllocation allocation = allocations; in PetscShmgetMapAddresses()
131 PetscShmgetAllocation next = allocations, previous = NULL; in PetscShmgetMapAddresses()
141 PetscShmgetAllocation allocation; in PetscShmgetMapAddresses()
179 PetscShmgetAllocation next = allocations, previous = NULL; in PetscShmgetUnmapAddresses()
279 PetscShmgetAllocation allocation; in PetscShmgetAllocateArray()
295 PetscShmgetAllocation next = allocations; in PetscShmgetAllocateArray()
331 PetscShmgetAllocation next = allocations, previous = NULL; in PetscShmgetDeallocateArray()