Home
last modified time | relevance | path

Searched refs:realloc (Results 1 – 18 of 18) sorted by relevance

/malloc/
A Dtst-realloc.c49 p = realloc (NULL, -1); in do_test()
63 p = realloc (NULL, 10); in do_test()
76 p = realloc (p, 200); in do_test()
94 p = realloc (NULL, 100); in do_test()
101 p = realloc (p, 16); in do_test()
124 c = realloc (p, -1); in do_test()
142 p = realloc (p, 0); in do_test()
147 p = realloc (NULL, 0); in do_test()
A Dtst-malloc-check.c57 p = realloc (p, 0); in do_test()
65 p = realloc (p, 0); in do_test()
83 if (realloc (p, -256) != NULL) in do_test()
101 if (realloc (p, -1) != NULL) in do_test()
A Dtst-malloc.c61 p = realloc (p, 0); in do_test()
69 p = realloc (p, 0); in do_test()
A Dreallocarray.c32 return realloc (optr, bytes); in __libc_reallocarray()
A Dscratch_buffer_dupfree.c37 void *copy = realloc (data, size); in __libc_scratch_buffer_dupfree()
A Dtst-compathooks-off.c62 void *mem = realloc (oldptr, bytes); in realloc_called()
116 p = realloc (p, 0); in do_test()
A DVersions39 realloc;
110 realloc;
A Dscratch_buffer_grow_preserve.c46 new_ptr = realloc (buffer->data, new_length); in __libc_scratch_buffer_grow_preserve()
A Ddynarray_resize.c56 new_array = realloc (list->array, new_size_bytes); in __libc_dynarray_resize()
A Ddynarray_emplace_enlarge.c66 new_array = realloc (list->array, new_size); in __libc_dynarray_emplace_enlarge()
A Dmalloc.h51 extern void *realloc (void *__ptr, size_t __size)
A Dtst-malloc-thread-fail.c89 void *p = realloc (NULL, 16); in allocate_1()
95 q = realloc (p, allocation_size); in allocate_1()
A Dmalloc-debug.c41 DEBUG_FN(realloc);
268 strong_alias (__debug_realloc, realloc) in strong_alias() argument
665 compat_symbol (libc_malloc_debug, realloc, realloc, GLIBC_2_0);
A Dtst-malloc-too-large.c93 TEST_VERIFY (realloc (ptr_to_realloc, size) == NULL); in test_large_allocations()
A Dtst-interpose-aux.c260 realloc (void *ptr, size_t n) in realloc() function
A Dmemusage.c397 realloc (void *old, size_t len) in realloc() function
A DMakefile29 tst-malloc-usable tst-realloc tst-reallocarray tst-posix_memalign \
A Dmalloc.c5913 strong_alias (__libc_realloc, __realloc) strong_alias (__libc_realloc, realloc)

Completed in 36 milliseconds