Searched refs:GuaranteedAllocatable (Results 1 – 3 of 3) sorted by relevance
131 virtual size_t GuaranteedAllocatable(size_t maximum_freed) = 0;269 size_t GuaranteedAllocatable(size_t maximum_freed) final { in GuaranteedAllocatable() function298 size_t GuaranteedAllocatable(size_t maximum_freed) override;
186 size_t FreeListMany::GuaranteedAllocatable(size_t maximum_freed) { in GuaranteedAllocatable() function in v8::internal::FreeListMany
452 p->owner()->free_list()->GuaranteedAllocatable(max_freed_bytes)); in RawSweep()