I need some help with a malloc function i have to write, I don't want a solution just tips on how to find a solution.
#include <stdio.h>
#include <stdlib.h>
#define SIZE (1000000)
#define PSIZE (SIZE/50)
/* You are not told this value */
static int block[SIZE];
static int * pointers[PSIZE]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.