Method

ArrowMemoryPoolget_backend_name

Declaration [src]

gchar*
garrow_memory_pool_get_backend_name (
  GArrowMemoryPool* memory_pool
)

Description

No description available.
Available since:9.0.0

Return value

Returns: gchar*
 

The name of the backend used by this MemoryPool (e.g. “system” or “jemalloc”).

It should be freed with g_free() when no longer needed.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The value is a NUL terminated UTF-8 string.