CIRCT  20.0.0git
Public Attributes | List of all members
esi::services::HostMem::Options Struct Reference

Options for allocating host memory. More...

#include <Services.h>

Collaboration diagram for esi::services::HostMem::Options:
Collaboration graph
[legend]

Public Attributes

bool writeable = false
 
bool useLargePages = false
 

Detailed Description

Options for allocating host memory.

Definition at line 209 of file Services.h.

Member Data Documentation

◆ useLargePages

bool esi::services::HostMem::Options::useLargePages = false

Definition at line 211 of file Services.h.

Referenced by TraceHostMem::allocate(), TraceHostMem::mapMemory(), and PYBIND11_MODULE().

◆ writeable

bool esi::services::HostMem::Options::writeable = false

Definition at line 210 of file Services.h.

Referenced by TraceHostMem::allocate(), TraceHostMem::mapMemory(), and PYBIND11_MODULE().


The documentation for this struct was generated from the following file: