Skip to content

Aligned alloc functions must allocate aligned size

evzien requested to merge evzien/dav1d:alignsize into master

Align the size passed into the aligned alloc function by rounding up size to nearest multiple of align.

Merge request reports