ardour
Functions | Variables
malign.cc File Reference
#include "libpbd-config.h"
#include <cstring>
#include <cerrno>
#include "pbd/malign.h"
#include "pbd/error.h"
#include "i18n.h"

Go to the source code of this file.

Functions

int cache_aligned_malloc (void **memptr, size_t size)
 

Variables

static const int CPU_CACHE_ALIGN = 16
 

Function Documentation

int cache_aligned_malloc ( void **  memptr,
size_t  size 
)

Definition at line 38 of file malign.cc.

Variable Documentation

const int CPU_CACHE_ALIGN = 16
static

Definition at line 35 of file malign.cc.