HomeSort by: relevance | last modified time | path
    Searched defs:thread_stats (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 161 AsanStats &thread_stats = GetCurrentThreadStats(); local in function:__asan::QuarantineCallback::Recycle
162 thread_stats.real_frees++;
163 thread_stats.really_freed += m->UsedSize();
191 AsanStats &thread_stats = GetCurrentThreadStats(); local in function:__asan::AsanMapUnmapCallback::OnMap
192 thread_stats.mmaps++;
193 thread_stats.mmaped += size;
201 AsanStats &thread_stats = GetCurrentThreadStats(); local in function:__asan::AsanMapUnmapCallback::OnUnmap
202 thread_stats.munmaps++;
203 thread_stats.munmaped += size;
524 AsanStats &thread_stats = GetCurrentThreadStats() local in function:__asan::Allocator::Allocate
592 AsanStats &thread_stats = GetCurrentThreadStats(); local in function:__asan::Allocator::QuarantineChunk
657 AsanStats &thread_stats = GetCurrentThreadStats(); local in function:__asan::Allocator::Reallocate
    [all...]
asan_allocator.cc 161 AsanStats &thread_stats = GetCurrentThreadStats(); local in function:__asan::QuarantineCallback::Recycle
162 thread_stats.real_frees++;
163 thread_stats.really_freed += m->UsedSize();
191 AsanStats &thread_stats = GetCurrentThreadStats(); local in function:__asan::AsanMapUnmapCallback::OnMap
192 thread_stats.mmaps++;
193 thread_stats.mmaped += size;
201 AsanStats &thread_stats = GetCurrentThreadStats(); local in function:__asan::AsanMapUnmapCallback::OnUnmap
202 thread_stats.munmaps++;
203 thread_stats.munmaped += size;
524 AsanStats &thread_stats = GetCurrentThreadStats() local in function:__asan::Allocator::Allocate
592 AsanStats &thread_stats = GetCurrentThreadStats(); local in function:__asan::Allocator::QuarantineChunk
657 AsanStats &thread_stats = GetCurrentThreadStats(); local in function:__asan::Allocator::Reallocate
    [all...]

Completed in 26 milliseconds