Home | History | Annotate | Download | only in memory_manager

Lines Matching full:coalesce

166   /* Flags if coalesce with adjacent block. */
167 int coalesce;
192 /* Coalesce with backward block if possible. */
204 coalesce = 1;
206 coalesce = 0;
209 coalesce = 1;
212 if (coalesce) {
230 /* Coalesce with forward block if possible. */
238 coalesce = 1;
240 coalesce = 0;
243 coalesce = 1;
246 if (coalesce) {