PetscMalloc

Allocates memory

Input Parameter

m -number of bytes to allocate

Output Parameter

result -memory allocated

Synopsis

int PetscMalloc(size_t m,void **result)

Notes: Memory is always allocated at least double aligned

See Also

PetscFree(), PetscNew()

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

Examples

src/vec/is/examples/tutorials/ex1.c.html
src/vec/examples/tutorials/ex6.c.html
src/vec/examples/tutorials/ex8.c.html
src/vec/examples/tutorials/ex9.c.html
src/sles/examples/tutorials/ex3.c.html
src/sles/examples/tutorials/ex7.c.html
src/sles/examples/tutorials/ex10.c.html
src/sles/examples/tutorials/ex13.c.html
src/snes/examples/tutorials/ex5s.c.html
src/snes/examples/tutorials/ex6.c.html
src/snes/examples/tutorials/ex29.c.html