Talvos  0.1
SPIR-V interpreter and dynamic analysis framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
talvos::Memory::Buffer Struct Reference

An allocation within this memory instance. More...

Public Attributes

uint64_t NumBytes
 The size of the allocation in bytes. More...
 
uint8_t * Data
 The raw data backing the allocation. More...
 

Detailed Description

An allocation within this memory instance.

Definition at line 126 of file Memory.h.

Member Data Documentation

uint8_t* talvos::Memory::Buffer::Data

The raw data backing the allocation.

Definition at line 129 of file Memory.h.

uint64_t talvos::Memory::Buffer::NumBytes

The size of the allocation in bytes.

Definition at line 128 of file Memory.h.