Skip to main content

struct memory_state

Declaration

struct memory_state { /* full declaration omitted */ };

Description

allocation_ids are "namespaced" to their memory ID, so we maintain the next raw_allocation_id for each memory separately.

Declared at: src/instruction_graph_generator.cc:509

Member Variables

raw_allocation_id next_raw_aid = 1
std::vector<staging_allocation> staging_allocation_pool

Member Function Overview

Member Functions

void apply_epoch(instruction* epoch)

Declared at: src/instruction_graph_generator.cc:515

Parameters

instruction* epoch