nblocks           239 gc/blacklst.c      word nblocks = divHBLKSZ(len);
nblocks           260 gc/blacklst.c          if (i >= nblocks) break;
nblocks          1786 gc/include/private/gc_priv.h void GC_remove_protection GC_PROTO((struct hblk *h, word nblocks,
nblocks          2156 gc/os_dep.c    void GC_remove_protection(h, nblocks, is_ptrfree)
nblocks          2158 gc/os_dep.c    word nblocks;
nblocks          2664 gc/os_dep.c    void GC_remove_protection(h, nblocks, is_ptrfree)
nblocks          2666 gc/os_dep.c    word nblocks;
nblocks          2676 gc/os_dep.c        h_end = (struct hblk *)(((word)(h + nblocks) + GC_page_size-1)
nblocks          2682 gc/os_dep.c            if (!is_ptrfree || current < h || current >= h + nblocks) {
nblocks          3149 gc/os_dep.c    void GC_remove_protection(h, nblocks, is_ptrfree)
nblocks          3151 gc/os_dep.c    word nblocks;
nblocks          3360 gc/os_dep.c    void GC_remove_protection(h, nblocks, is_ptrfree)
nblocks          3362 gc/os_dep.c    word nblocks;
nblocks          3365 gc/os_dep.c        PCR_VD_WriteProtectDisable(h, nblocks*HBLKSIZE);
nblocks          3366 gc/os_dep.c        PCR_VD_WriteProtectEnable(h, nblocks*HBLKSIZE);