GPUart  1.01
Prototype of GPUart, an application-based limited preemptive GPU scheduler for embedded real-time systems
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
device_global_memory_s Struct Reference

Typedef for a struct which combines global memory pointers, their related host pointers, and the size of the memory buffer. More...

Public Attributes

void ** mem_ptr
 
void ** host_ptr
 
size_t mem_size
 

Detailed Description

Typedef for a struct which combines global memory pointers, their related host pointers, and the size of the memory buffer.

Member Data Documentation

void** device_global_memory_s::host_ptr
void** device_global_memory_s::mem_ptr
size_t device_global_memory_s::mem_size

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