ArrowMemoryPool(内存池)

描述

class Arrow.MemoryPool : GObject.Object {
  parent_instance: GObject
}
没有可用的描述。

继承关系

函数

garrow_memory_pool_default
没有可用的描述。

since: 9.0.0

实例方法

garrow_memory_pool_get_backend_name
没有可用的描述。

since: 9.0.0

garrow_memory_pool_get_bytes_allocated
没有可用的描述。

since: 9.0.0

garrow_memory_pool_get_max_memory

返回此内存池中的峰值内存分配。

since: 9.0.0

GObject 继承的方法 (43)

请查看 GObject 获取完整的方法列表。

属性

信号

GObject 继承的信号 (1)
GObject::notify

当对象的属性通过 g_object_set_property()、g_object_set() 等设置值时,会发出 notify 信号。

类结构

struct ArrowMemoryPoolClass {
  GObjectClass parent_class;
  
}
没有可用的描述。
类成员
parent_class: GObjectClass
没有可用的描述。