Skip to content

Support using C11 aligned_alloc for dav1d_alloc_aligned

Cameron Cawley requested to merge ccawley2011/dav1d:aligned-alloc into master

This adds support for aligned_alloc from C11, as well as a generic fallback that just uses malloc and free.

Edited by Cameron Cawley

Merge request reports