HomeSort by relevance Sort by last modified time
    Searched defs:AccountingAllocator (Results 1 - 2 of 2) sorted by null

  /external/v8/src/zone/
accounting-allocator.cc 16 AccountingAllocator::AccountingAllocator() : unused_segments_mutex_() {
27 AccountingAllocator::~AccountingAllocator() { ClearPool(); }
29 void AccountingAllocator::MemoryPressureNotification(
38 void AccountingAllocator::ConfigureSegmentPool(const size_t max_pool_size) {
72 Segment* AccountingAllocator::GetSegment(size_t bytes) {
82 Segment* AccountingAllocator::AllocateSegment(size_t bytes) {
95 void AccountingAllocator::ReturnSegment(Segment* segment) {
105 void AccountingAllocator::FreeSegment(Segment* memory)
    [all...]
accounting-allocator.h 21 class V8_EXPORT_PRIVATE AccountingAllocator {
28 AccountingAllocator();
29 virtual ~AccountingAllocator();
88 DISALLOW_COPY_AND_ASSIGN(AccountingAllocator);

Completed in 56 milliseconds