![]() |
YAP 7.1.0
|
Go to the source code of this file.
Macros | |
| #define | EXPORT_ATOM_TABLE_SIZE (16 * 4096) |
| #define | EXPORT_FUNCTOR_TABLE_SIZE (16 * 4096) |
| #define | EXPORT_OPCODE_TABLE_SIZE (4096) |
| #define | EXPORT_PRED_ENTRY_TABLE_SIZE (128) |
| #define | EXPORT_DBREF_TABLE_SIZE (128) |
| #define | STATIC_PRED_FLAGS |
| #define | EXTRA_PRED_FLAGS (QuasiQuotationPredFlag | NoTracePredFlag | NoSpyPredFlag) |
| #define | SYSTEM_PRED_FLAGS |
| #define | CHECK(F) |
| #define | RCHECK(F) |
| #define | AllocTempSpace() (HR) |
| #define | EnoughTempSpace(sz) ((ASP - HR) * sizeof(CELL) > sz) |
Typedefs | |
| typedef struct export_atom_hash_entry_struct | export_atom_hash_entry_t |
| typedef struct import_atom_hash_entry_struct | import_atom_hash_entry_t |
| typedef struct export_functor_hash_entry_struct | export_functor_hash_entry_t |
| typedef struct import_functor_hash_entry_struct | import_functor_hash_entry_t |
| typedef struct import_opcode_hash_entry_struct | import_opcode_hash_entry_t |
| typedef struct export_pred_entry_hash_entry_struct | export_pred_entry_hash_entry_t |
| typedef struct import_pred_entry_hash_entry_struct | import_pred_entry_hash_entry_t |
| typedef struct export_dbref_hash_entry_struct | export_dbref_hash_entry_t |
| typedef struct import_dbref_hash_entry_struct | import_dbref_hash_entry_t |