HomeSort by: relevance | last modified time | path
    Searched defs:coalesced (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/src/
extent.c 42 ecache_t *ecache, edata_t *edata, bool *coalesced);
65 bool coalesced; local
67 edata, &coalesced);
70 if (!coalesced) {
156 * Get the LRU coalesced extent, if any. If coalescing was delayed,
157 * the loop will iterate until the LRU extent is fully coalesced.
192 * The LRU extent was just coalesced and the result placed in
821 ecache_t *ecache, edata_t *edata, bool *coalesced) {
825 * classes, since they are eagerly coalesced on deallocation which can
844 *coalesced = true
934 bool coalesced; local
    [all...]
  /src/external/bsd/jemalloc/dist/src/
extent.c 50 ecache_t *ecache, edata_t *edata, bool *coalesced);
75 bool coalesced; local
77 tsdn, pac, ehooks, ecache, edata, &coalesced);
80 if (!coalesced) {
167 * Get the LRU coalesced extent, if any. If coalescing was delayed,
168 * the loop will iterate until the LRU extent is fully coalesced.
203 * The LRU extent was just coalesced and the result placed in
896 ecache_t *ecache, edata_t *edata, size_t max_size, bool *coalesced) {
898 assert(coalesced != NULL);
899 *coalesced = false
1053 bool coalesced; local
    [all...]

Completed in 17 milliseconds