Home
last modified time | relevance | path

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

/aosp_15_r20/external/libsrtp2/fuzzer/
H A Dfuzzer.c33 static void *fuzz_alloc(const size_t size, const bool do_zero) in fuzz_alloc() function
127 void *ret = fuzz_alloc(size, do_zero); in fuzz_alloc_succeed()
151 return fuzz_alloc(nmemb * size, true); in fuzz_calloc()
H A DREADME.md34 For more information, see the comments in ```fuzz_alloc()```.