Searched defs:bytes_allocated (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/heap/
H A Dscavenge-job.cc90 void ScavengeJob::ScheduleIdleTaskIfNeeded(Heap* heap, int bytes_allocated) { argument
91 bytes_allocated_since_the_last_task_ += bytes_allocated;
H A Dspaces.cc1819 int bytes_allocated = static_cast<int>(top - top_on_previous_step_); local
1821 (*allocation_observers_)[i]->AllocationStep(bytes_allocated, soon_object,
H A Dheap.h1884 void ScheduleIdleScavengeIfNeeded(int bytes_allocated);
2623 void AllocationStep(int bytes_allocated, Address soon_object, size_t size) { argument
2624 bytes_to_next_step_ -= bytes_allocated;
2649 virtual void Step(int bytes_allocated, Address soon_object, size_t size) = 0;
H A Dheap.cc64 void Step(int bytes_allocated, Address, size_t) override {
65 heap_.ScheduleIdleScavengeIfNeeded(bytes_allocated);
786 void Heap::ScheduleIdleScavengeIfNeeded(int bytes_allocated) { argument
787 scavenge_job_->ScheduleIdleTaskIfNeeded(this, bytes_allocated);
/external/syslinux/core/fs/ntfs/
H A Dntfs.h240 uint32_t bytes_allocated; member in struct:ntfs_mft_record
258 uint32_t bytes_allocated; member in struct:ntfs_mft_record_old
/external/e2fsprogs/lib/blkid/
H A Dprobe.h479 __u32 bytes_allocated; member in struct:master_file_table_record
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h633 size_t bytes_allocated; member in class:upb::Arena
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h5214 size_t bytes_allocated; member in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::Environment

Completed in 516 milliseconds