PhoenixHardware  0.2.0
Tools to get hardware information
Loading...
Searching...
No Matches
phoenix_allocAlignedVector.h
Go to the documentation of this file.
1/***************************************
2 Auteur : Pierre Aubert
3 Mail : pierre.aubert@lapp.in2p3.fr
4 Licence : CeCILL-C
5****************************************/
6
7#ifndef __PHOENIX_ALLOC_ALIGNED_VECTOR_H__
8#define __PHOENIX_ALLOC_ALIGNED_VECTOR_H__
9
10#include <stdlib.h>
11
12void* phoenix_allocAlignedTab(size_t sizeOfVectorInBytes, size_t alignementInBytes);
13void phoenix_freeAlignedVector(void* ptr);
14
15
16#endif
17
void * phoenix_allocAlignedTab(size_t sizeOfVectorInBytes, size_t alignementInBytes)
Alloc an aligned vector.
void phoenix_freeAlignedVector(void *ptr)
Free the aligned vector.