Searched defs:b (Results 1 – 7 of 7) sorted by relevance
88 void * volatile b = malloc (size); in test_tcache() local127 void * volatile b = calloc (1, size); in test_fastbin() local165 void * volatile b = calloc (1, size); in test_fastbin_consolidate() local
31 int ** volatile b = malloc (32); in do_test() local
28 unchanged_array_size (struct scratch_buffer *buf, size_t a, size_t b) in unchanged_array_size()47 array_size_must_fail (size_t a, size_t b) in array_size_must_fail()
50 size_t a, b; in do_test() local
37 allocate_zeroed (size_t a, size_t b) in allocate_zeroed()
245 calloc (size_t a, size_t b) in calloc()
1546 #define next_bin(b) ((mbinptr) ((char *) (b) + (sizeof (mchunkptr) << 1))) argument1549 #define first(b) ((b)->fd) argument1550 #define last(b) ((b)->bk) argument2266 mbinptr b; in do_check_malloc_state() local5153 mbinptr b; in int_mallinfo() local
Completed in 22 milliseconds