Closed ortuman closed 8 months ago
This PR adds the alignment parameter to the Alloc method of the Arena interface, aiming to ensure that the pointer returned by this method is aligned with this value.
Alloc
Arena
Fixes: https://github.com/ortuman/nuke/issues/16
This PR adds the alignment parameter to the
Alloc
method of theArena
interface, aiming to ensure that the pointer returned by this method is aligned with this value.Fixes: https://github.com/ortuman/nuke/issues/16