OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blocks_in_use
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/asan/
asan_stats.h
61
uptr
blocks_in_use
;
member in struct:__asan::AsanMallocStats
asan_thread_registry.cc
148
malloc_stats->
blocks_in_use
= accumulated_stats_.mallocs;
/external/compiler-rt/lib/asan/tests/
asan_mac_test.cc
231
EXPECT_GT(stats2.
blocks_in_use
, stats1.
blocks_in_use
);
/external/webkit/Source/WebKit2/Shared/mac/
WebMemorySampler.mac.mm
63
stats.
blocks_in_use
= 0;
74
stats.
blocks_in_use
= 0;
Completed in 159 milliseconds