![]() |
YAP 7.1.0
|
A cell_space is a short code region, where we want bindings to proceed locally. More...
#include <YapArenas.h>
Public Attributes | |
| struct cell_space * | parent |
| ssize_t | oASP |
| CELL * | oH |
| CELL * | oHB |
| CELL * | arenaB |
| CELL * | arenaL |
| size_t | szW |
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.
| CELL* arenaB |
Definition at line 63 of file YapArenas.h.
| CELL * arenaL |
Definition at line 63 of file YapArenas.h.
| ssize_t oASP |
Definition at line 61 of file YapArenas.h.
| CELL* oH |
Definition at line 62 of file YapArenas.h.
| CELL * oHB |
Definition at line 62 of file YapArenas.h.
| struct cell_space* parent |
Definition at line 60 of file YapArenas.h.
| size_t szW |
Definition at line 64 of file YapArenas.h.