Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.cc170 uptr used_size : FIRST_32_SECOND_64(32, 56); // Size requested by the user. member
204 if (addr >= Beg() && (addr + access_size) <= (Beg() + used_size)) { in AddrIsInside()
220 if (addr + access_size >= Beg() + used_size) { in AddrIsAtRight()
221 if (addr <= Beg() + used_size) in AddrIsAtRight()
224 *offset = addr - (Beg() + used_size); in AddrIsAtRight()
243 used_size, (void*)Beg(), (void*)(Beg() + used_size)); in DescribeAddress()
250 m = (AsanChunk*)((uptr)m - m->used_size); in PtrToChunk()
386 return m->used_size; in AllocationSize()
524 thread_stats.really_freed += m->used_size; in QuarantinePop()
525 thread_stats.really_freed_redzones += m->Size() - m->used_size; in QuarantinePop()
[all …]
/external/valgrind/main/cachegrind/
Dcg-x86-amd64.c45 static void micro_ops_warn(Int actual_size, Int used_size, Int line_size) in micro_ops_warn() argument
50 used_size, line_size); in micro_ops_warn()