HomeSort by: relevance | last modified time | path
    Searched refs:coalesced (Results 1 - 7 of 7) 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...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/x86/
switchcontext.S 146 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
216 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/powerpc/
switchcontext.S 398 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
  /src/external/mit/libuv/dist/include/uv/
win.h 385 int coalesced; \
  /src/external/mit/libuv/dist/src/win/
pipe.c 86 /* Coalesced write request. */
1557 coalesced_write_req->req.coalesced = 1;
1596 req->coalesced = 0;
2197 /* If this was a coalesced write, extract pointer to the user_provided
2200 if (req->coalesced) {
  /src/external/bsd/ipf/dist/perl/
plog 1021 as a "high" port; all high ports are coalesced into the same entry. The fields

Completed in 49 milliseconds