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

  /onnv/onnv-gate/usr/src/lib/libmtmalloc/common/
mtmalloc_impl.h 55 typedef struct oversize { struct
56 struct oversize *next_bysize;
57 struct oversize *prev_bysize;
58 struct oversize *next_byaddr;
59 struct oversize *prev_byaddr;
60 struct oversize *hash_next;
89 * Oversize bit definitions: 3 bits to represent the oversize for
91 * If the head fragment is oversize, the first bit is on.
92 * If the data itself is oversize, the second bit is on
    [all...]
mtmalloc.c 89 * For requests greater than 2^^16 (oversize allocations), there are two pieces
93 * The oversize list is kept as defragmented as possible by coalescing
120 static void * oversize(size_t);
131 * oversize hash table stuff
220 * Add big to the oversize hash table at the head of the relevant bucket.
240 return (oversize(bytes));
537 * to the oversize freelist when it's > MAX_CACHED.
583 * return it back to oversize freelist.
584 * Create oversize header for the piece
621 * return it back to oversize freelist
1184 oversize(size_t size) function
    [all...]

Completed in 120 milliseconds