方法

ArrowMemoryPool (記憶體池)get_backend_name

始於版本: 9.0.0

宣告 [原始碼]

gchar*
garrow_memory_pool_get_backend_name (
  GArrowMemoryPool* memory_pool
)

描述

尚無描述。

自版本 9.0.0 起可用

傳回值

類型: gchar*

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

當不再需要時,應使用 g_free() 釋放。

方法的呼叫者取得資料的所有權,並負責釋放它。
此值為以 NUL 結尾的 UTF-8 字串。