pub type MemoryUsage = JSMemoryUsage;Expand description
A struct with information about the runtimes memory usage.
Aliased Type§
#[repr(C)]pub struct MemoryUsage {Show 28 fields
pub malloc_size: i64,
pub malloc_limit: i64,
pub memory_used_size: i64,
pub malloc_count: i64,
pub memory_used_count: i64,
pub atom_count: i64,
pub atom_size: i64,
pub str_count: i64,
pub str_size: i64,
pub obj_count: i64,
pub obj_size: i64,
pub prop_count: i64,
pub prop_size: i64,
pub shape_count: i64,
pub shape_size: i64,
pub js_func_count: i64,
pub js_func_size: i64,
pub js_func_code_size: i64,
pub js_func_pc2line_count: i64,
pub js_func_pc2line_size: i64,
pub js_func_pc2column_count: i64,
pub js_func_pc2column_size: i64,
pub c_func_count: i64,
pub array_count: i64,
pub fast_array_count: i64,
pub fast_array_elements: i64,
pub binary_object_count: i64,
pub binary_object_size: i64,
}Fields§
§malloc_size: i64§malloc_limit: i64§memory_used_size: i64§malloc_count: i64§memory_used_count: i64§atom_count: i64§atom_size: i64§str_count: i64§str_size: i64§obj_count: i64§obj_size: i64§prop_count: i64§prop_size: i64§shape_count: i64§shape_size: i64§js_func_count: i64§js_func_size: i64§js_func_code_size: i64§js_func_pc2line_count: i64§js_func_pc2line_size: i64§js_func_pc2column_count: i64§js_func_pc2column_size: i64§c_func_count: i64§array_count: i64§fast_array_count: i64§fast_array_elements: i64§binary_object_count: i64§binary_object_size: i64