OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025