MemoryPool {arrow} | R Documentation |
MemoryPool class
Description
MemoryPool class
Methods
-
backend_name
: one of "jemalloc", "mimalloc", or "system". Alternative memory allocators are optionally enabled at build time. Windows builds generally havemimalloc
, and most others have bothjemalloc
(used by default) andmimalloc
. To change memory allocators at runtime, set the environment variableARROW_DEFAULT_MEMORY_POOL
to one of those strings prior to loading thearrow
library. -
bytes_allocated
-
max_memory
[Package arrow version 19.0.1.1 Index]