Home
last modified time | relevance | path

Searched refs:memfree (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/objects/device/impls/host/
H A Dhostcontext.cxx48 PetscDesignatedInitializer(memfree, nullptr),
/petsc/src/sys/objects/device/interface/
H A Dmemory.cxx419 if (dctx->ops->memfree) { in PetscDeviceDeallocate_Private()
420 PetscUseTypeMethod(dctx, memfree, attr.mtype, (void **)&ptr); in PetscDeviceDeallocate_Private()
/petsc/include/petsc/private/
H A Ddeviceimpl.h227 …PetscErrorCode (*memfree)(PetscDeviceContext, PetscMemType, void **); … member
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmcontext.hpp250 PetscDesignatedInitializer(memfree, memFree),