Ardour
9.0-pre0-582-g084a23a80d
|
Go to the source code of this file.
Functions | |
int | cache_aligned_malloc (void **memptr, size_t size) |
void | cache_aligned_free (void *memptr) |
int | aligned_malloc (void **memptr, size_t size, size_t alignment) |
void | aligned_free (void *memptr) |
void aligned_free | ( | void * | memptr | ) |
int aligned_malloc | ( | void ** | memptr, |
size_t | size, | ||
size_t | alignment | ||
) |
void cache_aligned_free | ( | void * | memptr | ) |
int cache_aligned_malloc | ( | void ** | memptr, |
size_t | size | ||
) |