Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
malloc-aggregation.d: don't forget posix_memalign (apple#785)
Motivation: When counting the number of allocations it's important not to forget an allocation function that Swift uses. Modifications: add posix_memalign to dev/malloc-aggregation.d Result: malloc aggregations accurate with recent Swift versions
- Loading branch information