#include <carma.h>
#include <carma_context.h>
#include <carma_streams.h>
#include <carma_utils.h>
#include <iostream>
#include <typeinfo>
Go to the source code of this file.
◆ ALIGN_UP
| #define ALIGN_UP |
( |
|
x, |
|
|
|
size |
|
) |
| (((size_t)x + (size - 1)) & (~(size - 1))) |
◆ MEMORY_ALIGNMENT
| #define MEMORY_ALIGNMENT 4096 |
◆ MemAlloc
| Enumerator |
|---|
| MA_MALLOC | |
| MA_PAGELOCK | |
| MA_ZEROCPY | |
| MA_PORTABLE | |
| MA_WRICOMB | |
| MA_GENEPIN | |
Definition at line 27 of file carma_host_obj.h.
◆ operator<<()
template<class T_data >
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
CarmaHostObj< T_data > & |
obj |
|
) |
| |