NVTX C API Reference v3
NVIDIA Tools Extension Library
Loading...
Searching...
No Matches
Data Fields
nvtxMemRegionRef_t Union Reference

A reference to a memory region (by pointer or handle). Which member of the union will be determined by a type or flag field outside. More...

#include <nvToolsExtMem.h>

Data Fields

void const * pointer
 
nvtxMemRegionHandle_t handle
 

Detailed Description

A reference to a memory region (by pointer or handle). Which member of the union will be determined by a type or flag field outside.

Definition at line 189 of file nvToolsExtMem.h.

Field Documentation

◆ handle

nvtxMemRegionHandle_t nvtxMemRegionRef_t::handle

Definition at line 192 of file nvToolsExtMem.h.

◆ pointer

void const* nvtxMemRegionRef_t::pointer

Definition at line 191 of file nvToolsExtMem.h.


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