Blender V4.5
system.h File Reference
#include <cstdint>
#include <cstdlib>
#include <string>

Go to the source code of this file.

Functions

CCL_NAMESPACE_BEGIN int system_console_width ()
std::string system_cpu_brand_string ()
int system_cpu_bits ()
bool system_cpu_support_sse42 ()
bool system_cpu_support_avx2 ()
size_t system_physical_ram ()
uint64_t system_self_process_id ()

Function Documentation

◆ system_console_width()

CCL_NAMESPACE_BEGIN int system_console_width ( )

Definition at line 25 of file system.cpp.

References system_console_width(), and w().

Referenced by system_console_width().

◆ system_cpu_bits()

int system_cpu_bits ( )

Definition at line 130 of file system.cpp.

References system_cpu_bits().

Referenced by system_cpu_bits().

◆ system_cpu_brand_string()

std::string system_cpu_brand_string ( )

Definition at line 64 of file system.cpp.

References result, string_remove_trademark(), and system_cpu_brand_string().

Referenced by device_cpu_info(), and system_cpu_brand_string().

◆ system_cpu_support_avx2()

◆ system_cpu_support_sse42()

bool system_cpu_support_sse42 ( )

◆ system_physical_ram()

size_t system_physical_ram ( )

Definition at line 227 of file system.cpp.

References len(), and system_physical_ram().

Referenced by GPUDevice::init_host_memory(), and system_physical_ram().

◆ system_self_process_id()

uint64_t system_self_process_id ( )

Definition at line 248 of file system.cpp.

References system_self_process_id().

Referenced by system_self_process_id(), and TileManager::TileManager().