Home
last modified time | relevance | path

Searched refs:free (Results 1 – 25 of 49) sorted by relevance

12

/malloc/
A Dtst-mallocalign1.c42 free (p); in do_test()
46 free (p); in do_test()
50 free (p); in do_test()
54 free (p); in do_test()
58 free (p); in do_test()
62 free (p); in do_test()
66 free (p); in do_test()
A Dtst-safe-linking.c91 free (a); in test_tcache()
92 free (b); in test_tcache()
93 free (c); in test_tcache()
122 free (p); in test_fastbin()
130 free (a); in test_fastbin()
131 free (b); in test_fastbin()
132 free (c); in test_fastbin()
160 free (p); in test_fastbin_consolidate()
168 free (a); in test_fastbin_consolidate()
169 free (b); in test_fastbin_consolidate()
[all …]
A Dtst-memalign.c66 free (p); in do_test()
81 free (p); in do_test()
96 free (p); in do_test()
105 free (p); in do_test()
118 free (p); in do_test()
A Dtst-tcfree3.c40 free (a); // puts in tcache in do_test()
49 free (b); // should NOT abort in do_test()
51 free (c); // should NOT abort in do_test()
A Dtst-posix_memalign.c64 free (p); in do_test()
74 free (p); in do_test()
84 free (p); in do_test()
95 free (p); in do_test()
122 free (p); in do_test()
A Dtst-pvalloc.c66 free (p); in do_test()
81 free (p); in do_test()
90 free (p); in do_test()
103 free (p); in do_test()
A Dtst-valloc.c66 free (p); in do_test()
81 free (p); in do_test()
90 free (p); in do_test()
103 free (p); in do_test()
A Dtst-malloc-tcache-leak.c56 free (ret); in worker()
91 free (retval); in do_test()
115 free (thread); in do_test()
A Dtst-tcfree1.c33 free (x); // puts in tcache in do_test()
34 free (x); // should abort in do_test()
A Dtst-mxfast.c38 free (p1); in do_test()
52 free (p2); in do_test()
A Dtst-mtrace.c71 free (copy); in do_test()
86 tdestroy (root, free); in do_test()
89 free (line); in do_test()
A Dtst-tcfree2.c39 free (ptrs[i]); in do_test()
40 free (ptrs[0]); in do_test()
A Dtst-malloc-check.c89 free (p); in do_test()
107 free (p); in do_test()
108 free (q); in do_test()
A Dtst-free-errno.c47 free (NULL); in do_test()
59 free (ptrs[i]); in do_test()
123 free (ptr); in do_test()
A Ddynarray_finalize.c40 free (list->array); in __libc_dynarray_finalize()
53 free (list->array); in __libc_dynarray_finalize()
A Dtst-malloc-thread-exit.c48 free (ptr); in unoptimized_free()
94 free (threads); in outer_thread()
132 free (threads); in do_test()
A Dtst-realloc.c69 free (p); in do_test()
92 free (p); in do_test()
151 free (p); in do_test()
A Dtst-compathooks-off.c43 free (mem); in free_called()
124 free (p); in do_test()
131 free (p); in do_test()
A Dtst-malloc-too-large.c55 free (ptr); in test_setup()
98 free (ptr_to_realloc); in test_large_allocations()
116 free (ptr_to_realloc); in test_large_allocations()
123 free (ptr_to_realloc); in test_large_allocations()
A Dtst-calloc.c57 free (ptrs[i]); in fixed_test()
90 free (ptrs[i]); in random_test()
A Dtst-dynarray.c175 free (result.array); in test_int()
290 free (expected); in test_str()
315 free (expected); in test_str()
316 free (actual); in test_str()
318 free (result.array); in test_str()
428 free (result.array); in test_long_init()
448 free (result.array); in test_long_init()
539 free (result); in test_zstr()
548 free (result); in test_zstr()
563 free (result); in test_zstr()
[all …]
A Dtst-malloc-usable.c38 free (p); in do_test()
A Dtst-malloc-backtrace.c31 free (ptr); in call_free()
A Dtst-interpose-aux.c122 free (ptr); in check_for_allocations()
234 free (void *ptr) in free() function
264 free (ptr); in realloc()
A Dtst-mallocstate.c339 free (alloc->data); in heap_activity()
349 free (heap_activity_allocations[i].data); in heap_activity_deallocate()
373 free (ptr); in my_free()
399 free (task->allocation.data); in do_test()
464 free (task->allocation.data); in do_test()

Completed in 37 milliseconds

12