Skip to content

mallocator: align allocations to 64 bytes #282

@lidavidm

Description

@lidavidm

Describe the enhancement requested

Some types want 16 byte (or more) alignment, such as decimal256, and it's easiest just to overallocate + align to avoid issues (even if it's not strictly required by the spec, many things in practice assume it). We have to overallocate since the allocator API is not given an alignment.

Context: apache/arrow-adbc#2526

Component(s)

Other

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions