GVM User Suite
User tools for the GVM open source project.
|
Resource Allocator. More...
#include <types.h>
Data Fields | |
uint32_t | hRoot |
Client allocating the object. More... | |
uint32_t | hObjectParent |
Parent of the object we allocate. More... | |
uint32_t | hObjectNew |
New object we allocate. More... | |
uint32_t | hClass |
Class of the new object. More... | |
void * | pAllocParams |
Allocation parameters. More... | |
uint32_t | status |
Status regarding execution. More... | |
Resource Allocator.
Type from the NVIDIA Kernel module for allocating a resource in the kernel module.
uint32_t RmAllocRes::hObjectParent |