petsc-3.5.4 2015-05-23
Report Typos and Errors

PetscNewLog

Allocates memory of a type matching pointer, zeros the memory! Aligned to PETSC_MEMALIGN. Associates the memory allocated with the given object using PetscLogObjectMemory().

Synopsis

#include 
PetscErrorCode PetscNewLog(PetscObject obj,type **result)
Not Collective

Input Parameter

obj -object memory is logged to

Output Parameter

result -memory allocated, sized to match pointer type

See Also

PetscFree(), PetscMalloc(), PetscNew(), PetscLogObjectMemory()

Level:developer
Location:
include/petscsys.h
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages