OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reallocs
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/asan/
asan_stats.h
36
uptr
reallocs
;
member in struct:__asan::AsanStats
asan_stats.cc
40
Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20,
reallocs
);
asan_allocator.cc
655
thread_stats.
reallocs
++;
asan_allocator2.cc
480
thread_stats.
reallocs
++;
Completed in 155 milliseconds