Home
last modified time | relevance | path

Searched refs:allocations (Results 1 – 7 of 7) sorted by relevance

/petsc/src/sys/utils/
H A Dserver.c23 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()
[all …]
/petsc/doc/developers/
H A Dkernel.md207 in bytes what alignment all allocations have. This can be controlled at
214 allocations that should be freed together.
/petsc/doc/changes/
H A D313.md51 host allocations
/petsc/doc/manual/
H A Dmat.md289 allocations if the `nnz` estimates are correct. If, however, the
400 allocations and copies required. We present an example for three
1054 allocations or copies will be needed. Of course, one can also explicitly
H A Dperformance.md510 their codes. Hundreds or thousands of memory allocations may be
H A Dother.md555 Likewise, all memory allocations should be checked with
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out37 -malloc_view <optional filename>: keeps log of all memory allocations, displays in PetscFinalize()