Lines Matching refs:allocations
23 static PetscShmgetAllocation allocations = NULL; variable
50 PetscShmgetAllocation next = allocations, previous = NULL; in PetscShmgetAddressesFinalize()
106 PetscShmgetAllocation allocation = allocations; in PetscShmgetMapAddresses()
131 PetscShmgetAllocation next = allocations, previous = NULL; in PetscShmgetMapAddresses()
151 else allocations = allocation; in PetscShmgetMapAddresses()
179 PetscShmgetAllocation next = allocations, previous = NULL; in PetscShmgetUnmapAddresses()
186 else allocations = next->next; in PetscShmgetUnmapAddresses()
293 if (!allocations) allocations = allocation; in PetscShmgetAllocateArray()
295 PetscShmgetAllocation next = allocations; in PetscShmgetAllocateArray()
331 PetscShmgetAllocation next = allocations, previous = NULL; in PetscShmgetDeallocateArray()
340 else allocations = next->next; in PetscShmgetDeallocateArray()