23 #ifndef INCLUDED_VOLK_MALLOC_H
24 #define INCLUDED_VOLK_MALLOC_H
#define __VOLK_DECL_BEGIN
Definition: volk_common.h:51
#define __VOLK_DECL_END
Definition: volk_common.h:52
#define VOLK_API
Definition: volk_common.h:62
const size_t alignment
Definition: volk_machines.tmpl.h:36
__VOLK_DECL_BEGIN VOLK_API void * volk_malloc(size_t size, size_t alignment)
Allocate size bytes of data aligned to alignment.
VOLK_API void volk_free(void *aptr)
Free's memory allocated by volk_malloc.