Home
last modified time | relevance | path

Searched refs:PetscReallocOld (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/memory/cuda/
H A Dmcudahost.cu22 static PetscErrorCode (*PetscReallocOld)(size_t, int, const char[], const char[], void **); variable
44 PetscReallocOld = PetscTrRealloc; in PetscMallocSetCUDAHost()
65 PetscTrRealloc = PetscReallocOld; in PetscMallocResetCUDAHost()
/petsc/src/sys/memory/hip/
H A Dmhiphost.hip.cxx22 static PetscErrorCode (*PetscReallocOld)(size_t, int, const char[], const char[], void **); variable
44 PetscReallocOld = PetscTrRealloc; in PetscMallocSetHIPHost()
65 PetscTrRealloc = PetscReallocOld; in PetscMallocResetHIPHost()