Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dlogimpl.h9 #define PETSC_LOG_RESIZABLE_ARRAY(Container, Entry, Key, Constructor, Destructor, Equal) \ argument
45 PetscErrorCode (*destructor)(Entry *) = Destructor; \
/petsc/src/sys/logging/state/
H A Dlogregistry.c4 static inline PETSC_UNUSED PetscErrorCode PetscLog##Container##Destructor(Entry *entry) \
10 PETSC_LOG_RESIZABLE_ARRAY(Container, Entry, Key, NULL, PetscLog##Container##Destructor, Equal)