bitBlockBoundary 295 src/pkg/runtime/mgc0.c if((bits & (bitAllocated|bitBlockBoundary)) != 0) { bitBlockBoundary 304 src/pkg/runtime/mgc0.c if(((xbits>>j) & (bitAllocated|bitBlockBoundary)) != 0) { bitBlockBoundary 491 src/pkg/runtime/mgc0.c if((bits & (bitAllocated|bitBlockBoundary)) != 0) { bitBlockBoundary 502 src/pkg/runtime/mgc0.c if(((xbits>>j) & (bitAllocated|bitBlockBoundary)) != 0) { bitBlockBoundary 2745 src/pkg/runtime/mgc0.c *b = (*b & ~(bitAllocated<<shift)) | bitBlockBoundary<<shift;