OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_in_use
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/asan/
asan_stats.h
62
uptr
size_in_use
;
member in struct:__asan::AsanMallocStats
asan_thread_registry.cc
149
malloc_stats->
size_in_use
= accumulated_stats_.malloced;
/external/webkit/Source/WebKit2/Shared/mac/
WebMemorySampler.mac.mm
64
stats.
size_in_use
= 0;
75
stats.
size_in_use
= 0;
130
size_t defaultMallocZoneBytesInUse = systemStats.defaultMallocZoneStats.
size_in_use
;
131
size_t dispatchContinuationMallocZoneBytesInUse = systemStats.dispatchContinuationMallocZoneStats.
size_in_use
;
132
size_t purgeableMallocZoneBytesInUse = systemStats.purgeableMallocZoneStats.
size_in_use
;
/external/compiler-rt/lib/asan/tests/
asan_mac_test.cc
232
EXPECT_GE(stats2.
size_in_use
- stats1.
size_in_use
, kMallocSize);
Completed in 28 milliseconds