HomeSort by relevance Sort by last modified time
    Searched refs:committed_size (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 143 size_t committed_size = 0; local
207 committed_size += bytes;
220 return committed_size;
568 buffer->AppendInt64(committed_size, 10);
668 db->committed_size = 0;
729 deep_bucket->committed_size = 0;
913 uint64 committed_size = unhooked_[type].Record( local
918 vma_subtotal += committed_size;
925 mmap_dump_buffer->AppendInt64(committed_size, 0);
948 uint64 committed_size = 0 local
    [all...]
deep-heap-profile.h 248 size_t committed_size; // A resident size of this bucket member in struct:DeepHeapProfile::DeepBucket
280 // Resets 'committed_size' members in DeepBucket objects.
  /external/chromium_org/win8/metro_driver/ime/
text_store.cc 441 const LONG committed_size = static_cast<LONG>(committed_size_); local
443 *acp_result_start = std::min(std::max(committed_size, acp_test_start),
445 *acp_result_end = std::min(std::max(committed_size, acp_test_end),
732 uint32* committed_size,
735 DCHECK(committed_size);
744 *committed_size = 0;
802 } else if (*committed_size < static_cast<size_t>(start_pos + length)) {
803 *committed_size = start_pos + length;
text_store.h 248 uint32* committed_size,
  /external/chromium_org/v8/src/heap/
spaces.cc 482 size_t committed_size = RoundUp(header_size + (area_end() - area_start()), local
485 if (commit_size > committed_size) {
489 Address start = address() + committed_size + guard_size;
490 size_t length = commit_size - committed_size;
508 } else if (commit_size < committed_size) {
511 size_t length = committed_size - commit_size;
512 Address start = address() + committed_size + guard_size - length;
    [all...]

Completed in 74 milliseconds