YAP 7.1.0
cell_space

A cell_space is a short code region, where we want bindings to proceed locally. More...

#include <YapArenas.h>

Public Attributes

struct cell_spaceparent
 
ssize_t oASP
 
CELL * oH
 
CELL * oHB
 
CELL * arenaB
 
CELL * arenaL
 
size_t szW
 

Detailed Description

A cell_space is a short code region, where we want bindings to proceed locally.

It is used in copy_term

Definition at line 59 of file YapArenas.h.

Member Data Documentation

◆ arenaB

CELL* arenaB

Definition at line 63 of file YapArenas.h.

◆ arenaL

CELL * arenaL

Definition at line 63 of file YapArenas.h.

◆ oASP

ssize_t oASP

Definition at line 61 of file YapArenas.h.

◆ oH

CELL* oH

Definition at line 62 of file YapArenas.h.

◆ oHB

CELL * oHB

Definition at line 62 of file YapArenas.h.

◆ parent

struct cell_space* parent

Definition at line 60 of file YapArenas.h.

◆ szW

size_t szW

Definition at line 64 of file YapArenas.h.


The documentation for this struct was generated from the following file: