4 int main(int argc
, char *argv
[]) {
6 printf("**** malloc_test: about to allocate one byte of memory . . .\n");
8 printf("**** malloc_test: memory allocated (address is %p), freeing . . .\n", memory
);
10 printf("**** malloc_test: memory freed, exiting . . .\n");