Home
last modified time | relevance | path

Searched refs:maximum_freed (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dfree-list.cc186 size_t FreeListMany::GuaranteedAllocatable(size_t maximum_freed) { in GuaranteedAllocatable() argument
187 if (maximum_freed < categories_min[0]) { in GuaranteedAllocatable()
191 if (maximum_freed < categories_min[cat]) { in GuaranteedAllocatable()
195 return maximum_freed; in GuaranteedAllocatable()
H A Dfree-list.h129 // Returns how much memory can be allocated after freeing maximum_freed
131 virtual size_t GuaranteedAllocatable(size_t maximum_freed) = 0;
269 size_t GuaranteedAllocatable(size_t maximum_freed) final {
298 size_t GuaranteedAllocatable(size_t maximum_freed) override;

Completed in 2 milliseconds