Searched refs:allocated_bytes (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/base/allocator/
H A Dallocator_shim.cc235 size_t heap_size, allocated_bytes, unmapped_bytes; local
239 &allocated_bytes) &&
242 *size = heap_size - allocated_bytes - unmapped_bytes;
/external/chromium_org/content/app/
H A Dcontent_main_runner.cc513 size_t heap_size, allocated_bytes, unmapped_bytes; local
517 &allocated_bytes) &&
520 *size = heap_size - allocated_bytes - unmapped_bytes;
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h715 int allocated_bytes = local
718 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
720 return allocated_bytes;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h909 int allocated_bytes = local
912 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
914 return allocated_bytes;
/external/chromium_org/v8/src/
H A Dincremental-marking.cc896 void IncrementalMarking::Step(intptr_t allocated_bytes, argument
905 allocated_ += allocated_bytes;
/external/v8/src/
H A Dincremental-marking.cc769 void IncrementalMarking::Step(intptr_t allocated_bytes, argument
778 allocated_ += allocated_bytes;

Completed in 189 milliseconds