Talvos
0.1
SPIR-V interpreter and dynamic analysis framework
|
This file declares the Memory class. More...
#include <cstdint>
#include <cstring>
#include <mutex>
#include <vector>
Go to the source code of this file.
Classes | |
class | talvos::Memory |
This class represents an address space in the virtual device. More... | |
struct | talvos::Memory::Buffer |
An allocation within this memory instance. More... | |
Namespaces | |
talvos | |
Enumerations | |
enum | talvos::MemoryScope { talvos::MemoryScope::Device, talvos::MemoryScope::Workgroup, talvos::MemoryScope::Invocation } |
Describes the scope of a memory instance. More... | |
This file declares the Memory class.
Definition in file Memory.h.