StRoot
1
|
#include <cstring>
#include <assert.h>
#include <mm_malloc.h>
Go to the source code of this file.
Enumerations | |
enum | { AliHLTFullyCacheLineAligned = -1 } |
This file contains the classes AliHLTResizableArray and AliHLTFixedArray with AliHLTArray as base class. It's a drop-in replacement for C-Arrays. It makes it easy to use variable sized arrays on the stack and pass arrays as arguments to other functions with an optional bounds-checking enabled for the whole time.
Definition in file AliHLTArray.h.
#define ALIHLTARRAY_STATIC_ASSERT_NC | ( | cond, | |
msg | |||
) |
Definition at line 75 of file AliHLTArray.h.