Boost logo

Boost :

Subject: Re: [boost] Review request for Boost.Align
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2014-02-28 17:28:27


On 20/02/14 12:41, Bjorn Reese wrote:
> Please notice that the Boost.SIMD proposal also have a couple of
> aligned memory management functions. It may be a good idea to align (pun
> intended) your proposal with these.

The code is here if you're interested:
<https://github.com/MetaScale/nt2/tree/master/modules/boost/simd/sdk/include/boost/simd/memory>

It has functions to adapt any memory allocating scheme or C++ allocator
into an aligned version.
It has a mechanism similar to Boost.Assert where you can globally define
your underlying custom memory allocator.

It also has functions to make use of system-specific functions, which
are used by default.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk