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

  /external/v8/src/
heap-inl.h 465 int amount = amount_of_external_allocated_memory_ + change_in_bytes;
468 if (amount > amount_of_external_allocated_memory_) {
469 amount_of_external_allocated_memory_ = amount;
472 amount_of_external_allocated_memory_ -
480 amount_of_external_allocated_memory_ = amount;
483 ASSERT(amount_of_external_allocated_memory_ >= 0);
484 return amount_of_external_allocated_memory_;
heap.cc 127 amount_of_external_allocated_memory_(0),
885 amount_of_external_allocated_memory_;
    [all...]
heap.h 1714 int amount_of_external_allocated_memory_; member in class:v8::internal::Heap
    [all...]

Completed in 155 milliseconds