Concrete Python  git-339c971
Public Attributes
Allocator::Allocation Struct Reference

#include <concrete/allocation.hpp>

+ Collaboration diagram for Allocator::Allocation:

List of all members.

Public Attributes

unsigned int address
void * data

Detailed Description

Memory block address specification.


Member Data Documentation

unsigned int address

Memory block's address within the Arena.

void* data

Short-term memory block reference or NULL if allocation failed. Valid until the next memory allocation.