NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ... void *_Nullable ptr , size_t size ); void *reallocarray(void *_Nu…NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ... void *_Nullable ptr , size_t size ); void *reallocarray(void *_Nu…NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ... void *_Nullable ptr , size_t size ); void *reallocarray(void *_Nu…NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ... void *_Nullable ptr , size_t size ); void *reallocarray(void *_Nu…NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ... void *_Nullable ptr , size_t size ); void *reallocarray(void *_Nu…include #include #define MALLOC(n, type) ((type *) reallocarray(NULL, n, sizeof(type))) int main ... nmemb, size_t size) { void *q; q = reallocarray(p, nmemb, size); if (q == N…include #include #define MALLOC(n, type) ((type *) reallocarray(NULL, n, sizeof(type))) int main ... nmemb, size_t size) { void *q; q = reallocarray(p, nmemb, size); if (q == N…include #include #define MALLOC(n, type) ((type *) reallocarray(NULL, n, sizeof(type))) int main ... nmemb, size_t size) { void *q; q = reallocarray(p, nmemb, size); if (q == N…include #include #define MALLOC(n, type) ((type *) reallocarray(NULL, n, sizeof(type))) int main ... nmemb, size_t size) { void *q; q = reallocarray(p, nmemb, size); if (q == N…