petsc-3.3-p7 2013-05-11
PetscFree3
Frees 3 chunks of memory obtained with PetscMalloc3()
Synopsis
PetscErrorCode PetscFree3(void *memory1,void *memory2,void *memory3)
Not Collective
Input Parameter
| memory1 | - memory to free
|
| memory2 | - 2nd memory to free
|
| memory3 | - 3rd memory to free
|
Notes: Memory must have been obtained with PetscMalloc3()
See Also
PetscNew(), PetscMalloc(), PetscMalloc2(), PetscFree(), PetscMalloc3()
Level:developer
Location:include/petscsys.h
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/sys/sf/examples/tutorials/ex1.c.html
src/snes/examples/tutorials/ex12.c.html
src/snes/examples/tutorials/ex52.c.html
src/snes/examples/tutorials/ex62.c.html
src/ts/examples/tutorials/ex9.c.html