Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/include/
H A Dalloc-inl.h642 static inline struct afl_alloc_buf *afl_alloc_bufptr(void *buf) { in afl_alloc_bufptr() function
652 return afl_alloc_bufptr(buf)->complete_size - AFL_ALLOC_SIZE_OFFSET; in afl_alloc_bufsize()
673 new_buf = (struct afl_alloc_buf *)afl_alloc_bufptr(*buf); in afl_realloc()
729 new_buf = (struct afl_alloc_buf *)afl_alloc_bufptr(*buf); in afl_realloc_exact()
762 if (buf) { free(afl_alloc_bufptr(buf)); } in afl_free()