Home
last modified time | relevance | path

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

/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dgc_copy_phase.cpp105 unsigned truncated_n = (unsigned)(n < NSTARTS ? n : NSTARTS - 1); in FindFreeAndAllocate()
148 if (n < NSTARTS) in FindFreeAndAllocate()
354 for (unsigned i = 0; i < NSTARTS; i++) in GCCopyPhase()
356 lSpace->start_index = NSTARTS - 1; in GCCopyPhase()
H A Dmemmgr.h139 #define NSTARTS 10 macro
181 uintptr_t start[NSTARTS]; /* starting points for bit searches. */
H A Dmemmgr.cpp97 for (unsigned i = 0; i < NSTARTS; i++) in LocalMemSpace()