// Copyright 2022 the Gigamono authors. All rights reserved. GPL-3.0 License. use crate::types::Limits; pub struct Memory { pub limits: Limits, // pub size: T, // TODO(appcypher): Make this machine-dependent }