Home
last modified time | relevance | path

Searched refs:memory_info (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/base/
Dsys-info.cc84 MEMORYSTATUSEX memory_info; in AmountOfPhysicalMemory()
85 memory_info.dwLength = sizeof(memory_info); in AmountOfPhysicalMemory()
86 if (!GlobalMemoryStatusEx(&memory_info)) { in AmountOfPhysicalMemory()
89 int64_t result = static_cast<int64_t>(memory_info.ullTotalPhys); in AmountOfPhysicalMemory()
/third_party/python/Tools/peg_generator/pegen/
Dtestutil.py115 meminfo = process.memory_info()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_drm.c488 const VkMemoryAllocateInfo memory_info = { in wsi_create_native_image_mem() local
495 result = wsi->AllocateMemory(chain->device, &memory_info, in wsi_create_native_image_mem()
Dwsi_common.c1425 const VkMemoryAllocateInfo memory_info = { in wsi_create_buffer_image_mem() local
1433 result = wsi->AllocateMemory(chain->device, &memory_info, in wsi_create_buffer_image_mem()
1610 VkMemoryAllocateInfo memory_info = { in wsi_create_cpu_linear_image_mem() local
1629 __vk_append_struct(&memory_info, &host_ptr_info); in wsi_create_cpu_linear_image_mem()
1632 result = wsi->AllocateMemory(chain->device, &memory_info, in wsi_create_cpu_linear_image_mem()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_android.c667 const VkMemoryAllocateInfo memory_info = { in vn_android_image_from_anb() local
673 result = vn_AllocateMemory(device, &memory_info, alloc, &memory); in vn_android_image_from_anb()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c1148 trace_dump_ret(memory_info, info); in trace_screen_query_memory_info()