Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp83 static inline size_t AsanThreadMmapSize() { in AsanThreadMmapSize() function
96 AsanThread *thread = (AsanThread *)MmapOrDie(AsanThreadMmapSize(), __func__); in CreateAsanThread()
178 UnmapOrDie(thread, AsanThreadMmapSize()); in ThreadCreateHook()