Concrete Python  git-339c971
Public Attributes
Arena::Snapshot Struct Reference

#include <concrete/arena.hpp>

+ Collaboration diagram for Arena::Snapshot:

List of all members.

Public Attributes

const void * base
size_t size

Detailed Description

Memory snapshot parameters.


Member Data Documentation

const void* base

Start of the arena memory.

size_t size

Size of the arena memory in bytes.