Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Desan_interceptors.cpp464 static char early_alloc_buf[128]; variable
479 CHECK(!used_early_alloc_buf && size < sizeof(early_alloc_buf)); in handleEarlyAlloc()
485 return (void *)early_alloc_buf; in handleEarlyAlloc()
502 if (p == (void *)early_alloc_buf) { in INTERCEPTOR()