Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching defs:fence

5123     void** fence = &(array[nelem]);
5124 for (a = array; a != fence; ++a) {
5140 if (b != fence && *b == chunk2mem(next)) {