HomeSort by relevance Sort by last modified time
    Searched refs:bytes_allocated (Results 26 - 36 of 36) sorted by null

12

  /art/runtime/gc/collector/
semi_space.cc 482 size_t bytes_allocated; local
488 forward_address = promo_dest_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated,
492 forward_address = to_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, nullptr);
496 bytes_promoted_ += bytes_allocated;
537 forward_address = to_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, nullptr);
544 forward_address = fallback_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated,
553 bytes_moved_ += bytes_allocated;
    [all...]
  /art/runtime/gc/space/
zygote_space.cc 78 mirror::Object* ZygoteSpace::Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated,
  /art/runtime/gc/
heap.cc 1912 size_t bytes_allocated; local
2930 const uint64_t bytes_allocated = GetBytesAllocated(); local
    [all...]
heap.h 653 size_t* bytes_allocated, size_t* usable_size,
671 size_t alloc_size, size_t* bytes_allocated,
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 453 void* RosAlloc::AllocLargeObject(Thread* self, size_t size, size_t* bytes_allocated) {
468 *bytes_allocated = total_bytes;
622 void* RosAlloc::AllocFromRunThreadUnsafe(Thread* self, size_t size, size_t* bytes_allocated) {
634 DCHECK(bytes_allocated != nullptr);
635 *bytes_allocated = bracket_size;
641 void* RosAlloc::AllocFromRun(Thread* self, size_t size, size_t* bytes_allocated) {
735 DCHECK(bytes_allocated != nullptr);
736 *bytes_allocated = bracket_size;
1860 size_t* bytes_allocated = reinterpret_cast<size_t*>(arg); local
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_memory_manager.cc 251 video_memory_usage_stats->bytes_allocated = GetCurrentUsage();
gpu_messages.h 227 IPC_STRUCT_TRAITS_MEMBER(bytes_allocated)
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 476 __u32 bytes_allocated; member in struct:master_file_table_record
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc 520 memory_entry_.bytes_allocated) / megabyte);
  /external/chromium_org/cc/resources/
tile_manager.cc     [all...]
  /external/chromium_org/v8/src/heap/
spaces.cc 1382 int bytes_allocated = static_cast<int>(new_top - top_on_previous_step_); local
1390 int bytes_allocated = static_cast<int>(old_top - top_on_previous_step_); local
    [all...]

Completed in 821 milliseconds

12