OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloced_redzones
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/asan/
asan_stats.h
30
uptr
malloced_redzones
;
member in struct:__asan::AsanStats
asan_stats.cc
39
malloced>>20,
malloced_redzones
>>20, mallocs);
asan_thread_registry.cc
137
+ accumulated_stats_.
malloced_redzones
;
asan_allocator.cc
537
thread_stats.
malloced_redzones
+= size_to_allocate - size;
asan_allocator2.cc
407
thread_stats.
malloced_redzones
+= needed_size - size;
Completed in 66 milliseconds