OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mmaped
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_stats.cc
50
Printf("Stats: %zuM (%zuM-%zuM)
mmaped
; %zu maps, %zu unmaps\n",
51
(
mmaped
-munmaped)>>20,
mmaped
>>20, munmaped>>20,
114
malloc_stats->size_allocated = stats.
mmaped
;
152
return stats.
mmaped
- stats.munmaped;
158
uptr total_free = stats.
mmaped
asan_stats.h
38
uptr
mmaped
;
member in struct:__asan::AsanStats
asan_allocator.cc
181
thread_stats.
mmaped
+= size;
Completed in 3107 milliseconds