|
Ardour
9.0-pre0-1950-g391fe97693
|
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 | ||
| ) |