Lines Matching refs:b
88 void * volatile b = malloc (size); in test_tcache() local
90 printf ("a=%p, b=%p, c=%p\n", a, b, c); in test_tcache()
92 free (b); in test_tcache()
103 b = malloc (size); in test_tcache()
104 printf ("b=%p\n", b); in test_tcache()
127 void * volatile b = calloc (1, size); in test_fastbin() local
129 printf ("a=%p, b=%p, c=%p\n", a, b, c); in test_fastbin()
131 free (b); in test_fastbin()
142 b = calloc (1, size); in test_fastbin()
143 printf ("b=%p\n", b); in test_fastbin()
165 void * volatile b = calloc (1, size); in test_fastbin_consolidate() local
167 printf ("a=%p, b=%p, c=%p\n", a, b, c); in test_fastbin_consolidate()
169 free (b); in test_fastbin_consolidate()
178 b = malloc (MALLOC_CONSOLIDATE_SIZE); in test_fastbin_consolidate()
179 printf ("b=%p\n", b); in test_fastbin_consolidate()