struct memory_state
Declaration
struct memory_state { /* full declaration omitted */ };
Description
allocation_id
s 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
- apply_epoch(instruction * epoch) → void
Member Functions
¶void apply_epoch(instruction* epoch)
void apply_epoch(instruction* epoch)
Declared at: src/instruction_graph_generator.cc:515
Parameters
- instruction* epoch