Skip to content

aligned_alloc() #7160

@steven-johnson

Description

@steven-johnson

aligned_alloc() made it into C11, and thus std::aligned_alloc() is in C++17. Frustratingly, it still isn't available everywhere (e.g. on Android, even when compiling with C++17, you must use SDK level 28 or newer I think, or something like that), but especially if we implement #7159, this should be an option for most modern systems.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions