You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an alignment checking utility function: A way for allocators to quickly check if any allocations have non-trivial alignment requirements, so they can error out early if they don't support them
Post-hoc alignment enforcement function: Add a function that takes already-allocated allocations and adjusts offsets to satisfy alignment, even if it creates gaps/increases memory use.
Port allocators over to support alignment
Open questions:
Where do alignments belong (Memory, Pool, Allocation)?
Open questions:
Reference: https://gist.github.com/fpedd/6cf169487e994eb63e54e535f4f3cea9