CIRCT
20.0.0git
|
Options for allocating host memory. More...
#include <Services.h>
Public Attributes | |
bool | writeable = false |
bool | useLargePages = false |
Options for allocating host memory.
Definition at line 209 of file Services.h.
bool esi::services::HostMem::Options::useLargePages = false |
Definition at line 211 of file Services.h.
Referenced by TraceHostMem::allocate(), TraceHostMem::mapMemory(), and PYBIND11_MODULE().
bool esi::services::HostMem::Options::writeable = false |
Definition at line 210 of file Services.h.
Referenced by TraceHostMem::allocate(), TraceHostMem::mapMemory(), and PYBIND11_MODULE().