new file to encapsulate posix_memalign() hackery
[ardour.git] / libs / pbd / pbd / malign.h
1 #ifndef __pbd_malign_h__
2 #define __pbd_malign_h__
3
4 #include <stdlib.h>
5
6 int cache_aligned_malloc (void** memptr, size_t size);
7
8 #endif /* __pbd_malign_h__ */