Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dfree-list.h131 virtual size_t GuaranteedAllocatable(size_t maximum_freed) = 0;
269 size_t GuaranteedAllocatable(size_t maximum_freed) final { in GuaranteedAllocatable() function
298 size_t GuaranteedAllocatable(size_t maximum_freed) override;
Dfree-list.cc186 size_t FreeListMany::GuaranteedAllocatable(size_t maximum_freed) { in GuaranteedAllocatable() function in v8::internal::FreeListMany
Dsweeper.cc452 p->owner()->free_list()->GuaranteedAllocatable(max_freed_bytes)); in RawSweep()