test3 289 user/testbin/malloctest/malloctest.c struct test3 *next;
test3 290 user/testbin/malloctest/malloctest.c char junk[(SMALLSIZE - sizeof(struct test3 *))];
test3 297 user/testbin/malloctest/malloctest.c struct test3 *list = NULL, *tmp;
test3 308 user/testbin/malloctest/malloctest.c while ((tmp = malloc(sizeof(struct test3))) != NULL) {
test3 313 user/testbin/malloctest/malloctest.c tot += sizeof(struct test3);
test3 633 user/testbin/malloctest/malloctest.c { 3, "Allocate all memory in small chunks", test3 },
test3 396 user/testbin/rmdirtest/rmdirtest.c test3();