Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp154 static bool ScudoInitIsRunning = false; variable
181 CHECK(!ScudoInitIsRunning && "Scudo init calls itself!"); in initInternal()
182 ScudoInitIsRunning = true; in initInternal()
190 ScudoInitIsRunning = false; in initInternal()