Searched refs:mark (Results 1 – 2 of 2) sorted by relevance
97 mark[elem++] = ALLBITS; in markrange()102 mark[elem] |= ALLBITS >> (BITS - len); in markrange()121 BITMAP_T *mark; in gc() local134 memset (mark, '\0', memory_needed); in gc()209 while (high > 0 && mark[high - 1] == 0) in gc()222 while ((mark[high - 1] & mask) == 0) in gc()242 while ((mark[byte] & mask) != 0) in gc()285 if ((mark[byte] & ~(mask - 1)) == 0) in gc()301 while ((mark[byte] & mask) == 0) in gc()324 while ((mark[byte] & mask) != 0) in gc()[all …]
320 bool *mark; in prune_cache() local325 mark = alloca (cnt * sizeof (bool)); in prune_cache()326 memset (mark, '\0', memory_needed); in prune_cache()331 mark = xcalloc (1, memory_needed); in prune_cache()378 mark[cnt] = true; in prune_cache()461 if (mark[first]) in prune_cache()539 free (mark); in prune_cache()
Completed in 7 milliseconds