Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dallocation-observer.cc37 size_t missing_bytes = next_counter_ - current_counter_; in AddAllocationObserver() local
39 std::min(static_cast<intptr_t>(missing_bytes), step_size); in AddAllocationObserver()