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

/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/v8/src/
H A Dincremental-marking.cc769 void IncrementalMarking::Step(intptr_t allocated_bytes, argument
778 allocated_ += allocated_bytes;

Completed in 67 milliseconds