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
fix: Fiber alignment for allocation
If the user isn't using FTL_FIBER_STACK_GUARD_PAGES, we must still set an alignment. Stacks require at least 16 byte alignment for basically all platforms. (Also passing zero for an alignment to AlignedAlloc() is an error)
Fixes#156