Searched refs:total_heap_size (Results 1 – 8 of 8) sorted by relevance
49 V(0, total_heap_size, kTotalHeapSizeIndex) \
228 fields[1] = v8_heap_stats.total_heap_size(); in MemoryUsage()
580 writer->json_keyvalue("totalMemory", v8_heap_stats.total_heap_size()); in PrintGCStatistics()
91 uint64_t total_heap_size; member739 info->gart_size_kb = DIV_ROUND_UP(meminfo.gtt.total_heap_size, 1024); in ac_query_gpu_info()740 info->vram_size_kb = DIV_ROUND_UP(fix_vram_size(meminfo.vram.total_heap_size), 1024); in ac_query_gpu_info()741 info->vram_vis_size_kb = DIV_ROUND_UP(meminfo.cpu_accessible_vram.total_heap_size, 1024); in ac_query_gpu_info()
159 * `total_heap_size` {number}188 total_heap_size: 7326976,
946 __u64 total_heap_size; member
938 __u64 total_heap_size; member
2718 uint64_t total_heap_size = vram_vis_heap_size + gtt_heap_size; in radv_get_memory_budget_properties() local2726 uint64_t total_free_space = total_heap_size - MIN2(total_heap_size, total_usage); in radv_get_memory_budget_properties()