Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp110 static inline size_t AsanThreadMmapSize() { in AsanThreadMmapSize() function
122 AsanThread *thread = (AsanThread *)MmapOrDie(AsanThreadMmapSize(), __func__); in CreateAsanThread()
203 UnmapOrDie(thread, AsanThreadMmapSize()); in ThreadCreateHook()