Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp112 static inline size_t AsanThreadMmapSize() { in AsanThreadMmapSize() function
124 AsanThread *thread = (AsanThread *)MmapOrDie(AsanThreadMmapSize(), __func__); in CreateAsanThread()
205 UnmapOrDie(thread, AsanThreadMmapSize()); in ThreadCreateHook()