How to do alligned allocation?
Quirin Schroll via Digitalmars-d-learn Fri, 30 Sep 2022 09:02:05 -0700
When I do `new void[](n)`, is that buffer allocated with an
alignment of 1 or what are the guarantees? How can I set an
alignment? Also, is the alignment of any type guaranteed to be a
power of 2?
- How to do alligned allocation... Quirin Schroll via Digitalmars-d-learn
- Re: How to do alligned a... mw via Digitalmars-d-learn
- Re: How to do allign... mw via Digitalmars-d-learn
- Re: How to do alligned a... tsbockman via Digitalmars-d-learn
- Re: How to do allign... tsbockman via Digitalmars-d-learn
- Re: How to do alligned a... Steven Schveighoffer via Digitalmars-d-learn
- Re: How to do allign... tsbockman via Digitalmars-d-learn
- Re: How to do al... Steven Schveighoffer via Digitalmars-d-learn
