Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dpaged-spaces.cc552 bool PagedSpace::TryAllocationFromFreeListMain(size_t size_in_bytes, in TryAllocationFromFreeListMain() function in v8::internal::PagedSpace
931 return TryAllocationFromFreeListMain(static_cast<size_t>(size_in_bytes), in TryExpand()
940 if (TryAllocationFromFreeListMain(size_in_bytes, origin)) return true; in RawRefillLabMain()
950 if (TryAllocationFromFreeListMain(static_cast<size_t>(size_in_bytes), in RawRefillLabMain()
966 if (TryAllocationFromFreeListMain(static_cast<size_t>(size_in_bytes), in RawRefillLabMain()
1006 return TryAllocationFromFreeListMain(size_in_bytes, origin); in ContributeToSweepingMain()
Dpaged-spaces.h380 V8_WARN_UNUSED_RESULT bool TryAllocationFromFreeListMain( in NON_EXPORTED_BASE()