Skip to main content

struct free_instruction_record

Declaration

struct free_instruction_record : public implement_acceptor { /* full declaration omitted */ };

Description

IDAG record type for free_instruction.

Inherits from: implement_acceptor

Member Variables

detail::allocation_id allocation_id
size_t size
std::optional<buffer_allocation_record> buffer_allocation

Member Function Overview

  • free_instruction_record(const free_instruction & finstr, size_t size, std::optional<buffer_allocation_record> buffer_allocation)

Member Functions

free_instruction_record(
    const free_instruction& finstr,
    size_t size,
    std::optional<buffer_allocation_record>
        buffer_allocation)

Parameters

const free_instruction& finstr
size_t size
std::optional<buffer_allocation_record> buffer_allocation