Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Desan_interceptors.cpp465 static bool used_early_alloc_buf; variable
479 CHECK(!used_early_alloc_buf && size < sizeof(early_alloc_buf)); in handleEarlyAlloc()
484 used_early_alloc_buf = true; in handleEarlyAlloc()
504 used_early_alloc_buf = false; in INTERCEPTOR()