Home
last modified time | relevance | path

Searched refs:inst_maxmem (Results 1 – 1 of 1) sorted by relevance

/dports/lang/fth/fth-1.4.1/src/
H A Dobject.c464 static FInstance *inst_maxmem = NULL; variable
476 FTH_INSTANCE_REF(Obj) <= inst_maxmem && \
1169 if (inst_maxmem < current) in gc_next_instance()
1170 inst_maxmem = current; in gc_next_instance()