HomeSort by relevance Sort by last modified time
    Searched full:deaths (Results 1 - 15 of 15) sorted by null

  /external/valgrind/docs/html/
dh-manual.html 29 <dt><span class="sect2"><a href="dh-manual.html#idm140394924138288">10.2.1. Interpreting the max-live, tot-alloc and deaths fields</a></span></dt>
93 <a name="idm140394924138288"></a>10.2.1.?Interpreting the max-live, tot-alloc and deaths fields</h3></div></div></div>
103 deaths: 29,520, at avg age 22,227,424
117 <p>The deaths entry tells us that 29,520 blocks allocated by this stack
141 deaths: 254, at avg age 300,467,389
167 deaths: 24,240, at avg age 34,611,026
188 24,240 deaths).</p>
200 deaths: none (none of these blocks were freed)
209 written. Indeed, they are also not freed ("deaths: none") and are
223 deaths: 90, at avg age 34,558,23
    [all...]
manual.html 274 <dt><span class="sect2"><a href="dh-manual.html#idm140394924138288">10.2.1. Interpreting the max-live, tot-alloc and deaths fields</a></span></dt>
  /external/valgrind/exp-dhat/docs/
dh-manual.xml 92 <title>Interpreting the max-live, tot-alloc and deaths fields</title>
103 deaths: 29,520, at avg age 22,227,424
119 <para>The deaths entry tells us that 29,520 blocks allocated by this stack
146 deaths: 254, at avg age 300,467,389
178 deaths: 24,240, at avg age 34,611,026
202 24,240 deaths).</para>
217 deaths: none (none of these blocks were freed)
227 written. Indeed, they are also not freed ("deaths: none") and are
244 deaths: 90, at avg age 34,558,236
278 deaths: 5,668, at avg age 622,890,59
    [all...]
  /external/libchrome/base/
tracked_objects_unittest.cc 141 ThreadData::DeathsSnapshot deaths; local
142 data->SnapshotMaps(0, &birth_map, &deaths);
144 EXPECT_EQ(0u, deaths.size());
158 deaths.clear();
159 data->SnapshotMaps(0, &birth_map, &deaths);
161 EXPECT_EQ(0u, deaths.size());
177 ThreadData::DeathsSnapshot deaths; local
178 data->SnapshotMaps(0, &birth_map, &deaths);
181 EXPECT_EQ(0u, deaths.size()); // No deaths
    [all...]
tracked_objects.cc 271 // ThreadData maintains the central data for all births and deaths on a single
615 DeathsSnapshot deaths; local
616 SnapshotMaps(current_profiling_phase, &birth_map, &deaths);
622 for (const auto& death : deaths) {
647 DeathsSnapshot* deaths) {
654 deaths->push_back(std::make_pair(
    [all...]
tracked_objects.h 310 // Information about deaths of a task on a given thread, called "death thread".
606 DeathsSnapshot* deaths);
    [all...]
  /external/valgrind/exp-dhat/
dh_main.c 193 ULong deaths; member in struct:__anon37597
246 tl_assert(api->deaths == 0);
318 api->deaths++;
339 tl_assert(api->deaths == 1 || api->deaths == 0);
353 //tl_assert(api->deaths > 1);
368 //tl_assert(api->deaths > 1);
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
MediaFocusControl.java 349 * Inner class to monitor audio focus client deaths, and remove them from the audio focus
    [all...]
  /external/strace/
README-linux-ptrace 69 syscall, signal deaths (except SIGKILL), and when threads are torn down
ChangeLog-CVS     [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /external/jline/src/src/test/resources/jline/example/
english.gz 
  /packages/inputmethods/LatinIME/dictionaries/
en_GB_wordlist.combined.gz 
en_US_wordlist.combined.gz 
en_wordlist.combined.gz 

Completed in 2126 milliseconds