Searched refs:free_size (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-stats.h32 alloc_size - free_size == other.alloc_size - other.free_size;
38 int64 free_size; // Total size of all freed objects so far. member in struct:HeapProfileStats
H A Dheap-profile-table.cc125 return (a->alloc_size - a->free_size) > (b->alloc_size - b->free_size);
235 b->free_size += v.bytes;
237 total_.free_size += v.bytes;
310 profile_stats->free_size += b.free_size;
316 b.alloc_size - b.free_size,
629 int(total_.alloc_size - total_.free_size));
638 int(s->total_.alloc_size - s->total_.free_size));
H A Dheap-profiler.cc218 static int64 last_dump_free = 0; // free_size when did we last dump
335 const int64 inuse_bytes = total.alloc_size - total.free_size;
347 total.free_size >=
351 total.free_size >> 20, inuse_bytes >> 20);
371 last_dump_free = total.free_size;
H A Dmemory_region_map.cc515 curr->free_size += bucket.free_size;
743 b->free_size += size;
H A Ddeep-heap-profile.cc567 buffer->AppendInt64(bucket->alloc_size - bucket->free_size, 10);
685 if (bucket->alloc_size - bucket->free_size == 0) {
712 bucket->alloc_size - bucket->free_size <= 64) {
H A Dheap-checker.cc1593 const size_t start_inuse_bytes = t.alloc_size - t.free_size;
1823 int64(stats.alloc_size - stats.free_size));
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc120 return (a->alloc_size - a->free_size) > (b->alloc_size - b->free_size);
245 b->free_size += v.bytes;
247 total_.free_size += v.bytes;
303 profile_stats->free_size += b.free_size;
308 b.alloc_size - b.free_size,
438 total_with_mmap.free_size += MemoryRegionMap::UnmapSize();
483 b->free_size = 0;
571 int(total_.alloc_size - total_.free_size));
[all...]
H A Dheap-profiler.cc169 static int64 last_dump_free = 0; // free_size when did we last dump
264 const int64 inuse_bytes = total.alloc_size - total.free_size;
275 total.free_size >=
279 total.free_size >> 20, inuse_bytes >> 20);
292 last_dump_free = total.free_size;
H A Dheap-profile-table.h65 int64 free_size; // Total size of all freed objects so far member in struct:HeapProfileTable::Stats
70 alloc_size - free_size == x.alloc_size - x.free_size;
H A Dheap-checker.cc1593 const size_t start_inuse_bytes = t.alloc_size - t.free_size;
1823 int64(stats.alloc_size - stats.free_size));
/external/eigen/Eigen/src/SparseCore/
H A DSparseBlock.h167 Index free_size = Index(matrix.data().allocatedSize()) + nnz_previous; local
172 if(nnz>free_size)

Completed in 734 milliseconds