Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp159 static thread_local bool ThreadInited = false; variable
202 ThreadInited = true; in initThread()
318 if (UNLIKELY(!ThreadInited)) in allocate()
378 if (UNLIKELY(!ThreadInited)) in deallocate()
432 if (UNLIKELY(!ThreadInited)) in getUsableSize()
466 if (UNLIKELY(!ThreadInited)) in reallocate()
506 if (UNLIKELY(!ThreadInited)) in calloc()