OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
162
thread_stats
.real_frees++;
163
thread_stats
.really_freed += m->UsedSize();
191
AsanStats &
thread_stats
= GetCurrentThreadStats();
local
192
thread_stats
.mmaps++;
193
thread_stats
.mmaped += size;
201
AsanStats &
thread_stats
= GetCurrentThreadStats();
local
202
thread_stats
.munmaps++;
203
thread_stats
.munmaped += size;
524
AsanStats &
thread_stats
= GetCurrentThreadStats()
local
592
AsanStats &
thread_stats
= GetCurrentThreadStats();
local
657
AsanStats &
thread_stats
= GetCurrentThreadStats();
local
[
all
...]
asan_allocator.cc
161
AsanStats &
thread_stats
= GetCurrentThreadStats();
local
162
thread_stats
.real_frees++;
163
thread_stats
.really_freed += m->UsedSize();
191
AsanStats &
thread_stats
= GetCurrentThreadStats();
local
192
thread_stats
.mmaps++;
193
thread_stats
.mmaped += size;
201
AsanStats &
thread_stats
= GetCurrentThreadStats();
local
202
thread_stats
.munmaps++;
203
thread_stats
.munmaped += size;
524
AsanStats &
thread_stats
= GetCurrentThreadStats()
local
592
AsanStats &
thread_stats
= GetCurrentThreadStats();
local
657
AsanStats &
thread_stats
= GetCurrentThreadStats();
local
[
all
...]
Completed in 72 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026