Home
last modified time | relevance | path

Searched refs:ReturnSegment (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/zone/
Daccounting-allocator.h33 virtual void ReturnSegment(Segment* memory);
Dzone.cc91 allocator_->ReturnSegment(current); in DeleteAll()
Daccounting-allocator.cc99 void AccountingAllocator::ReturnSegment(Segment* segment) { in ReturnSegment() function in v8::internal::AccountingAllocator
/external/v8/src/
Disolate.cc2375 void ReturnSegment(v8::internal::Segment* memory) override { in Throw() function in v8::internal::VerboseAccountingAllocator
2376 AccountingAllocator::ReturnSegment(memory); in Throw()