| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| extent_structs.h | 154 * Linkage for per size class sn/address-ordered heaps, and 179 * Quantized per size class heaps of extents. 183 extent_heap_t heaps[NPSIZES+1]; member in struct:extents_s 186 * Bitmap for which set bits correspond to non-empty heaps. 193 * LRU of all extents in heaps. 200 * Page sum for all extents in heaps.
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| extent_structs.h | 154 * Linkage for per size class sn/address-ordered heaps, and 179 * Quantized per size class heaps of extents. 183 extent_heap_t heaps[NPSIZES+1]; member in struct:extents_s 186 * Bitmap for which set bits correspond to non-empty heaps. 193 * LRU of all extents in heaps. 200 * Page sum for all extents in heaps.
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| extent_structs.h | 154 * Linkage for per size class sn/address-ordered heaps, and 179 * Quantized per size class heaps of extents. 183 extent_heap_t heaps[NPSIZES+1]; member in struct:extents_s 186 * Bitmap for which set bits correspond to non-empty heaps. 193 * LRU of all extents in heaps. 200 * Page sum for all extents in heaps.
|
| /src/external/mpl/bind/dist/lib/dns/ |
| rbtdb_p.h | 162 * Heaps. These are used for TTL based expiry in a cache, 168 isc_heap_t **heaps; member in struct:dns_rbtdb
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rbtdb.c | 375 * Number of buckets for cache DB entries (locks, LRU lists, TTL heaps). 531 * Heaps. These are used for TTL based expiry in a cache, 537 isc_heap_t **heaps; member in struct:dns_rbtdb 967 if (rbtdb->heaps == NULL || rbtdb->heaps[idx] == NULL) { 970 heap = rbtdb->heaps[idx]; 1204 if (rbtdb->heaps != NULL) { 1206 isc_heap_destroy(&rbtdb->heaps[i]); 1208 isc_mem_put(rbtdb->hmctx, rbtdb->heaps, 1546 isc_heap_delete(rbtdb->heaps[idx], rdataset->heap_index) [all...] |