Struct OpenHeapOperation
Defined in File open-heap-operation.h
Inheritance Relationships
Base Type
public gpa::serialization::Operation
(Struct Operation)
Struct Documentation
-
struct OpenHeapOperation : public gpa::serialization::Operation
Instructions for allocating memory before OpenExistingHeapFromAddress and OpenExistingHeapFromFileMapping.
Public Functions
-
OpenHeapOperation()
-
virtual char const *GetName() const override
-
virtual size_t Serialize(MemoryBackedSerializer *serializer) const override
-
virtual size_t Deserialize(MemoryBackedSerializer *serializer) override
-
OpenHeapOperation()