[][src]Module arrow::memory

Defines memory-related functions, such as allocate/deallocate/reallocate memory regions, cache and allocation alignments.

Constants

ALIGNMENT

Cache and allocation multiple alignment size

Statics

ALLOCATIONS

Functions

allocate_aligned
free_aligned

Safety

is_aligned

Check if the pointer p is aligned to offset a.

is_ptr_aligned
memcpy

Safety

reallocate

Safety