#include "base/source/fmemory.h"#include <stdlib.h>#include <limits.h>Namespaces | |
| namespace | Steinberg |
Functions | |
| void * | alignedMalloc (int32 size, int32 alignment=16) |
| Allocate memory aligned to a given alignment. | |
| bool | alignedFree (void *buffer) |
| Free aligned memory allocated by alignedMalloc. | |