The Sparta Modeling Framework
Loading...
Searching...
No Matches
ExampleInst.cpp
1// <ExampleInst.cpp> -*- C++ -*-
2
3#include "ExampleInst.hpp"
4
5namespace core_example
6{
7 // This pipeline supports around 135 outstanding example instructions.
8 sparta::SpartaSharedPointerAllocator<ExampleInst> example_inst_allocator(300, 250);
9}
A memory allocator complementing SpartaSharedPointer that reuses old memory.