next up previous contents index
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.11.4 for operator semantics.

4.11.1.1 API

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 up previous contents index
Next: 4.11.2 systemdict Up: 4.11 Dictionaries Previous: 4.11 Dictionaries   Contents   Index
Jason Evans 2005-03-16