Home
last modified time | relevance | path

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

/external/bpftool/include/tools/
Dlibc_compat.h25 static inline void *bpftool_reallocarray(void *ptr, size_t nmemb, size_t size) in bpftool_reallocarray() function
46 #define reallocarray(ptr, nmemb, size) bpftool_reallocarray(ptr, nmemb, size)