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

  /external/compiler-rt/lib/asan/
asan_allocator2.cc 189 uptr UsedSize() {
217 return (addr >= Beg()) && (addr < Beg() + UsedSize());
222 uptr AsanChunkView::End() { return Beg() + UsedSize(); }
223 uptr AsanChunkView::UsedSize() { return chunk_->UsedSize(); }
277 RoundUpTo(m->UsedSize(), SHADOW_GRANULARITY),
292 thread_stats.really_freed += m->UsedSize();
476 RoundUpTo(m->UsedSize(), SHADOW_GRANULARITY),
481 thread_stats.freed += m->UsedSize();
488 m, m->UsedSize());
    [all...]
asan_allocator.h 41 uptr UsedSize(); // size requested by the user.
asan_report.cc 356 Printf(" %zu-byte region [%p,%p)\n", chunk.UsedSize(),

Completed in 165 milliseconds