/external/valgrind/main/memcheck/tests/ |
partial_load_ok.stderr.exp64 | 23 total heap usage: ... allocs, ... frees, ... bytes allocated
|
partial_load_dflt.stderr.exp | 29 total heap usage: ... allocs, ... frees, ... bytes allocated
|
partial_load_dflt.stderr.exp64 | 29 total heap usage: ... allocs, ... frees, ... bytes allocated
|
partial_load_dflt.stderr.expr-s390x-mvc | 29 total heap usage: ... allocs, ... frees, ... bytes allocated
|
big_blocks_freed_list.stderr.exp | 45 total heap usage: 104 allocs, 4 frees, 3,910,002 bytes allocated
|
sigkill.stderr.exp | 194 total heap usage: ... allocs, ... frees, ... bytes allocated
|
sigkill.stderr.exp-darwin | 190 total heap usage: ... allocs, ... frees, ... bytes allocated
|
sigkill.stderr.exp-mips32 | 192 total heap usage: ... allocs, ... frees, ... bytes allocated
|
/hardware/ti/omap3/dspbridge/inc/ |
strmdefs.h | 53 UINT uSegment; /* Segment strm allocs from. 0 is local mem */
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
strmdefs.h | 54 UINT uSegment; /* Segment strm allocs from. 0 is local mem */
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-profile-table.cc | 229 b->allocs++; 231 total_.allocs++; 300 profile_stats->allocs += b.allocs; 307 b.allocs - b.frees, 309 b.allocs, 380 b->allocs += 1; 468 b.allocs = 1; 481 b->allocs = 0; 570 int(total_.allocs - total_.frees) [all...] |
heap-profile-table.h | 62 int32 allocs; // Number of allocation calls member in struct:HeapProfileTable::Stats 69 return allocs - frees == x.allocs - x.frees && 388 return (total_.allocs == 0) && (total_.alloc_size == 0); 409 total_.allocs++;
|
libc_override_osx.h | 56 // possible) then all new allocs use it, even those in shared 57 // libraries. Allocs done before tcmalloc was installed, or in libs 248 // doing tiny and small allocs. Sadly, it assumes that the default
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-profile-table.cc | 216 b->allocs++; 218 total_.allocs++; 304 profile_stats->allocs += b.allocs; 312 b.allocs - b.frees, 314 b.allocs, 498 b.allocs = 1; 514 b.allocs = 1; 625 int(total_.allocs - total_.frees), 634 int(s->total_.allocs - s->total_.frees) [all...] |
libc_override_osx.h | 56 // possible) then all new allocs use it, even those in shared 57 // libraries. Allocs done before tcmalloc was installed, or in libs 248 // doing tiny and small allocs. Sadly, it assumes that the default
|
/external/iproute2/ |
README.lnstat | 35 2: allocs
|
/external/valgrind/main/massif/tests/ |
peak2.stderr.exp | 99 Massif: heap allocs: 40 102 Massif: ignored heap allocs: ... 105 Massif: stack allocs: 0 111 Massif: SXPt allocs: ...
|
/external/valgrind/main/memcheck/tests/linux/ |
timerfd-syscall.stderr.exp | 51 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
|
/hardware/ti/omap4xxx/hwc/ |
hal_public.h | 39 * Some OEM video formats are two sub-allocs (Y, UV planes). 40 * Future OEM video formats might be three sub-allocs (Y, U, V planes).
|
/external/bison/lib/ |
bitset_stats.c | 52 bitset_stats_info->types[(TYPE)].allocs++ 79 unsigned int allocs; member in struct:bitset_type_info_struct 178 stats->allocs, stats->frees, 179 stats->allocs ? 100.0 * stats->frees / stats->allocs : 0);
|
/external/chromium_org/tools/memory_watcher/ |
memory_watcher.cc | 22 static base::StatsCounter mem_in_use_allocs("MemoryInUse.Allocs"); 241 fwprintf(file_, L"%d bytes, %d allocs, #%d\n",
|
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
tcmalloc_snapshot_view.js | 94 buildItem_: function(traceName, isLeaf, bytes, allocs) {
|
/external/chromium_org/tools/memory_watcher/scripts/ |
memprof.pl | 50 if ($line =~ m/([0-9]*) bytes, ([0-9]*) allocs/) {
|
memtrace.pl | 46 if ($line =~ m/([0-9]*) bytes, ([0-9]*) allocs/) {
|
/external/kernel-headers/original/linux/ |
gfp.h | 48 #define __GFP_HARDWALL ((__force gfp_t)0x20000u) /* Enforce hardwall cpuset memory allocs */
|