:orphan: # PetscRealloc Reallocates memory ## Synopsis ``` #include 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 ## Notes Memory is always allocated at least double aligned ## See Also `PetscMalloc()`, `PetscFree()`, `PetscNew()` ## Level developer ## Location include/petscsys.h --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/include/petscsys.h) [Index of all Sys routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)