OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_malloced_memory_
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/
asan_thread_registry.cc
33
max_malloced_memory_
(x),
150
malloc_stats->max_size_in_use =
max_malloced_memory_
;
182
if (
max_malloced_memory_
< accumulated_stats_.malloced) {
183
max_malloced_memory_
= accumulated_stats_.malloced;
asan_thread_registry.h
74
uptr
max_malloced_memory_
;
member in class:__asan::AsanThreadRegistry
Completed in 22 milliseconds