#include <petscsys.h> PetscErrorCode PetscMalloc2(size_t m1,type **r1,size_t m2,type **r2)Not Collective Many br
m1 | - number of elements to allocate in 1st chunk (may be zero) Many br | |
m2 | - number of elements to allocate in 2nd chunk (may be zero) Many br |
r1 | - memory allocated in first chunk Many br | |
r2 | - memory allocated in second chunk Many br |
Many br
Level:developer
Location:include/petscsys.h
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages