added some comments on the modifications done into the code

This commit is contained in:
Joachim
2020-03-24 11:21:27 +01:00
parent edc7e1c033
commit 7742d416d4
9 changed files with 13 additions and 3 deletions

View File

@ -6,6 +6,7 @@
#include "ade/memory/alloc.hpp"
// esp32 uses memalign from malloc.h
#if defined(_WIN32) || defined(__ANDROID__) || defined(ANDROID) || defined(ESP32)
#include <malloc.h>
#else