Home | History | Annotate | Download | only in alloc

Lines Matching refs:merge

184     bool merge;
328 //TODO: if ctx.merge, see if this chunk is different from the last chunk.
394 static void walkHeap(bool merge, bool native)
405 ctx.merge = merge;
409 if (ctx.merge) {
435 bool merge;
460 merge = true;
462 merge = false;
476 walkHeap(merge, native);