Searched refs:bpftool_reallocarray (Results 1 – 1 of 1) sorted by relevance
25 static inline void *bpftool_reallocarray(void *ptr, size_t nmemb, size_t size) in bpftool_reallocarray() function46 #define reallocarray(ptr, nmemb, size) bpftool_reallocarray(ptr, nmemb, size)