PetscRealloc#
Reallocates memory
Synopsis#
#include <petscsys.h>
PetscErrorCode PetscRealloc(size_t m,void **result)
Not Collective
Input Parameters#
m - number of bytes to allocate
result - previous memory
Output Parameter#
result - new memory allocated
Note#
Memory is always allocated at least double aligned
See Also#
PetscMalloc()
, PetscFree()
, PetscNew()
Level#
developer
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages