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

  /external/compiler-rt/lib/asan/
asan_allocator.h 65 bool AddrIsInside(uptr addr, uptr access_size, sptr *offset) {
asan_allocator.cc 126 bool AddrIsInside(uptr addr, bool locked_version = false) {
823 if (m->AddrIsInside(addr, /*locked_version=*/true))
874 if ((m->chunk_state == __asan::CHUNK_ALLOCATED) && m->AddrIsInside(addr)) {

Completed in 587 milliseconds