Home
last modified time | relevance | path

Searched refs:allocation_sample_bytes_ (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Disolate.cc2356 allocation_sample_bytes_(allocation_sample_bytes), in Throw()
2365 if (last_memory_usage_ + allocation_sample_bytes_ < malloced_current || in Throw()
2380 if (malloced_current + allocation_sample_bytes_ < last_memory_usage_ || in Throw()
2435 size_t allocation_sample_bytes_, pool_sample_bytes_; in Throw() member in v8::internal::VerboseAccountingAllocator