diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-29 23:38:15 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-29 23:38:15 +0100 |
commit | 38d024c6f3d55f1ffbb1597c563ad0ee1625b09f (patch) | |
tree | 1b46ccafc2dd92f8f23bab6b9a2cfb3a4fac2be9 /asl/buffer.hpp | |
parent | 6c035e411328c5f4c523125ad692a6e9afdb0636 (diff) |
Fix use of aligned_alloc on Linux
Diffstat (limited to 'asl/buffer.hpp')
-rw-r--r-- | asl/buffer.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asl/buffer.hpp b/asl/buffer.hpp index 74465bd..12cbb80 100644 --- a/asl/buffer.hpp +++ b/asl/buffer.hpp @@ -117,6 +117,7 @@ public: // @Todo Destructor
// @Todo clear
// @Todo Copy/move constructor & assignment
+ // @Todo Do leak checks on Linux
constexpr isize_t size() const
{
|