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

  /external/protobuf/src/google/protobuf/
repeated_field.h 715 int allocated_bytes = local
718 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
720 return allocated_bytes;
    [all...]
  /external/v8/src/
incremental-marking.cc 769 void IncrementalMarking::Step(intptr_t allocated_bytes,
778 allocated_ += allocated_bytes;

Completed in 313 milliseconds