Searched refs:reallocarray_nowarn (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/malloc/ |
D | tst-reallocarray.c | 26 reallocarray_nowarn (void *ptr, size_t nmemb, size_t size) in reallocarray_nowarn() function 54 ptr = reallocarray_nowarn (NULL, max, 2); in do_test() 59 ptr = reallocarray_nowarn (NULL, 2, max); in do_test() 66 ptr = reallocarray_nowarn (NULL, a, b); in do_test() 71 ptr = reallocarray_nowarn (NULL, b, a); in do_test() 117 ptr2 = reallocarray_nowarn (ptr, 2, ~(size_t)0); in do_test()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 5460 reallocarray_nowarn. 5461 (reallocarray_nowarn): New function.
|