Searched refs:AsanThreadMmapSize (Results 1 – 1 of 1) sorted by relevance
110 static inline size_t AsanThreadMmapSize() { in AsanThreadMmapSize() function122 AsanThread *thread = (AsanThread *)MmapOrDie(AsanThreadMmapSize(), __func__); in CreateAsanThread()203 UnmapOrDie(thread, AsanThreadMmapSize()); in ThreadCreateHook()