Searched refs:ReturnSegment (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/zone/ | ||
D | accounting-allocator.h | 33 virtual void ReturnSegment(Segment* memory); |
D | zone.cc | 91 allocator_->ReturnSegment(current); in DeleteAll() |
D | accounting-allocator.cc | 99 void AccountingAllocator::ReturnSegment(Segment* segment) { in ReturnSegment() function in v8::internal::AccountingAllocator |
/external/v8/src/ | ||
D | isolate.cc | 2375 void ReturnSegment(v8::internal::Segment* memory) override { in Throw() function in v8::internal::VerboseAccountingAllocator |