方法

ArrowMemoryPoolget_backend_name

始于: 9.0.0

声明 [src]

gchar*
garrow_memory_pool_get_backend_name (
  GArrowMemoryPool* memory_pool
)

描述

没有可用的描述。

可用版本: 9.0.0

返回值

类型: gchar*

此 MemoryPool 使用的后端名称 (例如 “system” 或 “jemalloc”)。

不再需要时,应使用 g_free() 释放它。

该方法的调用者拥有数据的所有权,并负责释放它。
该值是以 NUL 结尾的 UTF-8 字符串。