Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc65 static int PosixMemalignFromLocalPool(void **memptr, uptr alignment, in PosixMemalignFromLocalPool() function
90 PosixMemalignFromLocalPool(&ptr, alignment, size); in MemalignFromLocalPool()
218 return PosixMemalignFromLocalPool(memptr, alignment, size); in INTERCEPTOR()