#include <stdlib.h>
Functions | |
| void | fillList () |
| Required code to populate addr table with appropriate number of allocated memory pointers. | |
| void | prepareInput () |
| Preprocess by populating the 'addr' table with all allocated memory. | |
| void | execute () |
| Execute by invoking malloc(numElements) a total of numT times. | |
Variables | |
| int | numT |
| Number of instances that were allocated. | |
| void * | addr [] |
| The table of allocated memory. | |
| void execute | ( | ) |
Execute by invoking malloc(numElements) a total of numT times.
| void fillList | ( | ) |
Required code to populate addr table with appropriate number of allocated memory pointers.
| void prepareInput | ( | ) |
Preprocess by populating the 'addr' table with all allocated memory.
| void* addr[] |
The table of allocated memory.
| int numT |
Number of instances that were allocated.
Algorithm Development Kit 1.0