Next: 4.11.2 systemdict
Up: 4.11 Dictionaries
Previous: 4.11 Dictionaries
  Contents
  Index
Subsections
4.11.1 gcdict
The gcdict functions implement the operators contained in gcdict . Only the C API is documented here; see
Section 2.10.4 for operator semantics.
void gcdict_active(cw_nxo_t
*a_thread):
void gcdict_collect(cw_nxo_t
*a_thread):
void gcdict_period(cw_nxo_t
*a_thread):
void gcdict_setactive(cw_nxo_t
*a_thread):
void gcdict_setperiod(cw_nxo_t
*a_thread):
void gcdict_setthreshold(cw_nxo_t
*a_thread):
void gcdict_stats(cw_nxo_t
*a_thread):
void gcdict_threshold(cw_nxo_t
*a_thread):
- Input(s):
-
- a_thread:
- Pointer to a thread.
- Output(s):
- None.
- Exception(s):
-
- CW_ONYXX_OOM.
-
- Description:
- C interfaces to Onyx operators that control garbage collection.
Next: 4.11.2 systemdict
Up: 4.11 Dictionaries
Previous: 4.11 Dictionaries
  Contents
  Index
Jason Evans
2003-04-05