Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dallocation-observer.cc85 size_t aligned_object_size) { in InvokeAllocationObservers() argument
91 DCHECK_GE(aligned_object_size, next_counter_ - current_counter_); in InvokeAllocationObservers()
101 if (aoc.next_counter_ - current_counter_ <= aligned_object_size) { in InvokeAllocationObservers()
112 current_counter_ + aligned_object_size + observer_step_size; in InvokeAllocationObservers()
127 current_counter_ + aligned_object_size + observer_step_size; in InvokeAllocationObservers()
130 step_size = std::min(step_size, aligned_object_size + observer_step_size); in InvokeAllocationObservers()
Dallocation-observer.h69 size_t aligned_object_size);