Home
last modified time | relevance | path

Searched defs:b (Results 1 – 7 of 7) sorted by relevance

/malloc/
A Dtst-safe-linking.c88 void * volatile b = malloc (size); in test_tcache() local
127 void * volatile b = calloc (1, size); in test_fastbin() local
165 void * volatile b = calloc (1, size); in test_fastbin_consolidate() local
A Dtst-tcfree3.c31 int ** volatile b = malloc (32); in do_test() local
A Dtst-scratch_buffer.c28 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()
A Dtst-reallocarray.c50 size_t a, b; in do_test() local
A Dtst-malloc-thread-fail.c37 allocate_zeroed (size_t a, size_t b) in allocate_zeroed()
A Dtst-interpose-aux.c245 calloc (size_t a, size_t b) in calloc()
A Dmalloc.c1546 #define next_bin(b) ((mbinptr) ((char *) (b) + (sizeof (mchunkptr) << 1))) argument
1549 #define first(b) ((b)->fd) argument
1550 #define last(b) ((b)->bk) argument
2266 mbinptr b; in do_check_malloc_state() local
5153 mbinptr b; in int_mallinfo() local

Completed in 22 milliseconds