summaryrefslogtreecommitdiff
path: root/asl/buffer.hpp
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-29 23:38:15 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-29 23:38:15 +0100
commit38d024c6f3d55f1ffbb1597c563ad0ee1625b09f (patch)
tree1b46ccafc2dd92f8f23bab6b9a2cfb3a4fac2be9 /asl/buffer.hpp
parent6c035e411328c5f4c523125ad692a6e9afdb0636 (diff)
Fix use of aligned_alloc on Linux
Diffstat (limited to 'asl/buffer.hpp')
-rw-r--r--asl/buffer.hpp1
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
{