aligned: aligned memory alloc/realloc/free

This commit is contained in:
moneromooo-monero 2018-03-27 12:35:27 +01:00
parent cb9ecab197
commit 71d67bda74
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
5 changed files with 272 additions and 3 deletions

View file

@ -79,7 +79,8 @@ set(unit_tests_sources
vercmp.cpp
ringdb.cpp
wipeable_string.cpp
is_hdd.cpp)
is_hdd.cpp
aligned.cpp)
set(unit_tests_headers
unit_tests_utils.h)