HomeSort by relevance Sort by last modified time
    Searched full:offset_from_beg (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/asan/
asan_allocator.cc 465 uintptr_t offset_from_beg = addr - g->beg; local
467 (offset_from_beg / g->size_of_chunk) * g->size_of_chunk;
    [all...]

Completed in 1142 milliseconds