HomeSort by relevance Sort by last modified time
    Searched refs:AddrIsInside (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/asan/
asan_allocator.h 46 bool AddrIsInside(uptr addr, uptr access_size, sptr *offset) {
asan_allocator2.cc 216 bool AddrIsInside(uptr addr) {
726 if ((m->chunk_state == __asan::CHUNK_ALLOCATED) && m->AddrIsInside(addr))
775 if ((m->chunk_state == __asan::CHUNK_ALLOCATED) && m->AddrIsInside(addr)) {
asan_report.cc 350 } else if (chunk.AddrIsInside(addr, access_size, &offset)) {

Completed in 44 milliseconds