Searched refs:xreallocarray (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/strace/ |
H A D | xmalloc.c | 76 xreallocarray(void *ptr, size_t nmemb, size_t size) in xreallocarray() function 111 return xreallocarray(ptr, *nmemb, memb_size); in xgrowarray()
|
H A D | xmalloc.h | 45 void *xreallocarray(void *ptr, size_t nmemb, size_t size)
|
H A D | number_set.c | 64 set->vec = xreallocarray(set->vec, new_nslots, sizeof(*set->vec)); in reallocate_number_set()
|
H A D | ChangeLog | 10263 (dyxlat_add_pair): Use xgrowarray instead of xreallocarray. 10267 dynamic array management using xreallocarray. 13130 (xcalloc, xmalloc, xreallocarray, xstrdup, xstrndup): Move to xmalloc.h. 38396 * defs.h (xmalloc, xcalloc, xreallocarray, xstrdup): New prototypes. 38403 * pathtrace.c (storepath): Use xreallocarray. 38406 (expand_tcbtab): Use xcalloc and xreallocarray. 38409 * syscall.c (reallocate_qual): Use xreallocarray. 38412 (build_mmap_cache): Use xcalloc, xreallocarray, and xstrdup. 38413 (get_symbol_name): Use xreallocarray.
|