HomeSort by relevance Sort by last modified time
    Searched defs:coalesced (Results 1 - 2 of 2) sorted by null

  /external/u-boot/lib/
lmb.c 92 /* Create a dummy zero size LMB which will get coalesced away later.
110 unsigned long coalesced = 0; local
132 coalesced++;
137 coalesced++;
144 coalesced++;
147 if (coalesced)
148 return coalesced;
  /external/jemalloc_new/src/
extent.c 115 extent_t *extent, bool *coalesced, bool growing_retained);
505 bool coalesced; local
507 extents, extent, &coalesced, false);
510 if (!coalesced) {
556 * Get the LRU coalesced extent, if any. If coalescing was delayed,
557 * the loop will iterate until the LRU extent is fully coalesced.
583 * The LRU extent was just coalesced and the result placed in
1639 bool coalesced; local
    [all...]

Completed in 202 milliseconds