Home
last modified time | relevance | path

Searched refs:PetscTrRealloc (Results 1 – 5 of 5) sorted by relevance

/petsc/src/sys/memory/cuda/
H A Dmcudahost.cu44 PetscReallocOld = PetscTrRealloc; in PetscMallocSetCUDAHost()
47 PetscTrRealloc = PetscCUDAHostRealloc; in PetscMallocSetCUDAHost()
65 PetscTrRealloc = PetscReallocOld; in PetscMallocResetCUDAHost()
/petsc/src/sys/memory/hip/
H A Dmhiphost.hip.cxx44 PetscReallocOld = PetscTrRealloc; in PetscMallocSetHIPHost()
47 PetscTrRealloc = PetscHIPHostRealloc; in PetscMallocSetHIPHost()
65 PetscTrRealloc = PetscReallocOld; in PetscMallocResetHIPHost()
/petsc/src/sys/memory/
H A Dmal.c190 PetscErrorCode (*PetscTrRealloc)(size_t, int, const char[], const char[], void **) = Pets… variable
219 PetscTrRealloc = iralloc; in PetscMallocSet()
245 PetscTrRealloc = PetscReallocAlign; in PetscMallocClear()
296 PetscTrReallocOld = PetscTrRealloc; in PetscMallocSetDRAM()
300 PetscTrRealloc = PetscReallocAlign; in PetscMallocSetDRAM()
324 PetscTrRealloc = PetscTrReallocOld; in PetscMallocResetDRAM()
/petsc/include/petsc/private/
H A Dcupmobject.hpp63 const DECLTYPE_AUTO(oldrealloc_, PetscTrRealloc);
89 PetscTrRealloc = [](std::size_t, int, const char *, const char *, void **) { in UseCUPMHostAllocGuard()
104 PetscTrRealloc = oldrealloc_; in ~UseCUPMHostAllocGuard()
/petsc/include/
H A Dpetscsys.h518 #define PetscRealloc(a, b) ((*PetscTrRealloc)((a), __LINE__, PETSC_FUNCTION_NAME, __FILE__, (void *…
1204 PETSC_EXTERN PetscErrorCode (*PetscTrRealloc)(size_t, int, const char[], const char[], void **); variable