Searched defs:a (Results 1 – 9 of 9) sorted by relevance
87 void * volatile a = malloc (size); in test_tcache() local126 void * volatile a = calloc (1, size); in test_fastbin() local164 void * volatile a = calloc (1, size); in test_fastbin_consolidate() local
30 int ** volatile a = 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
739 mstate a; in _int_new_arena() local926 mstate a; in arena_get2() local1005 mstate a = thread_arena; in __malloc_arena_thread_freeres() local
365 size_t a = MALLOC_ALIGNMENT * 2; in memalign_check() local
37 allocate_zeroed (size_t a, size_t b) in allocate_zeroed()
245 calloc (size_t a, size_t b) in calloc()
3554 size_t a = MALLOC_ALIGNMENT * 2; in _mid_memalign() local
Completed in 23 milliseconds