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

PetscFreeVoid

Frees memory

Synopsis

#include 
void PetscFreeVoid(void *memory)
Not Collective

Input Parameter

memory -memory to free

Notes: This is different from PetscFree() in that no error code is returned

See Also

PetscFree(), PetscNew(), PetscMalloc()

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