Home | History | Annotate | Download | only in tests

Lines Matching refs:big

39   char *big = NULL;
43 unsigned long bigsize = 8; // current size of the (reallocated) big block.
57 big = malloc (bigsize);
58 if (big == NULL)
62 printf("big 0x%p\n", big);
71 free (big);
72 big = newbig;
74 printf("big 0x%p\n", big);
99 free (big);