Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Replace posix_memalign with std::aligned_alloc #859

Merged
merged 2 commits into from
Sep 19, 2022
Merged

Commits on Sep 16, 2022

  1. Replace posix_memalign with std::aligned_alloc

    Unfortunately aligned_alloc does not allow aligning buffers that are not
    a multiple of the alignment. To help with this we allocate slightly
    larger buffers where necessary.
    Omar Awile committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    370cb81 View commit details
    Browse the repository at this point in the history
  2. forgot to initialize fill

    Omar Awile committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    429fd62 View commit details
    Browse the repository at this point in the history