Update cpp/ql/src/change-notes/2026-04-16-add-model-for-aligned-alloc.md

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Jeongsoo Lee
2026-04-17 07:08:38 -04:00
committed by GitHub
parent 553ed103c3
commit abec00cd34

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* Added models for `::aligned_alloc`, `std::aligned_alloc`, and `bsl::aligned_alloc`. These will now be recognized as `AllocationFunction`.
* Added `AllocationFunction` models for `aligned_alloc`, `std::aligned_alloc`, and `bsl::aligned_alloc`.