| /src/external/bsd/jemalloc/dist/src/ |
| psset.c | 11 hpdata_age_heap_new(&psset->pageslabs[i]); 140 hpdata_age_heap_remove(&psset->pageslabs[pind], ps); 141 if (hpdata_age_heap_empty(&psset->pageslabs[pind])) { 149 if (hpdata_age_heap_empty(&psset->pageslabs[pind])) { 152 hpdata_age_heap_insert(&psset->pageslabs[pind], ps); 341 if (hpdata_age_heap_empty(&psset->pageslabs[pind])) { 347 hpdata_age_heap_enumerate_prepare(&psset->pageslabs[pind], &helper, 351 &psset->pageslabs[pind], &helper))) { 382 ps = hpdata_age_heap_first(&psset->pageslabs[pind]);
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| psset.h | 36 /* How many pageslabs are in this bin? */ 66 * The pageslabs, quantized by the size class of the largest contiguous 69 hpdata_age_heap_t pageslabs[PSSET_NPSIZES]; member in struct:psset_s
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| psset.h | 36 /* How many pageslabs are in this bin? */ 66 * The pageslabs, quantized by the size class of the largest contiguous 69 hpdata_age_heap_t pageslabs[PSSET_NPSIZES]; member in struct:psset_s
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| psset.h | 25 * We store non-hugefied and hugified pageslabs metadata separately. 26 * [0] corresponds to non-hugified and [1] to hugified pageslabs. 43 /* How many pageslabs are in this bin? */ 54 * Merged stats for all pageslabs in psset. This lets us quickly 62 * properties of pageslabs: huginess or fullness. 88 * The pageslabs, quantized by the size class of the largest contiguous 91 hpdata_age_heap_t pageslabs[PSSET_NPSIZES]; member in struct:psset_s
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| psset.h | 25 * We store non-hugefied and hugified pageslabs metadata separately. 26 * [0] corresponds to non-hugified and [1] to hugified pageslabs. 43 /* How many pageslabs are in this bin? */ 54 * Merged stats for all pageslabs in psset. This lets us quickly 62 * properties of pageslabs: huginess or fullness. 88 * The pageslabs, quantized by the size class of the largest contiguous 91 hpdata_age_heap_t pageslabs[PSSET_NPSIZES]; member in struct:psset_s
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| psset.c | 11 hpdata_age_heap_new(&psset->pageslabs[i]); 97 hpdata_age_heap_remove(&psset->pageslabs[pind], ps); 98 if (hpdata_age_heap_empty(&psset->pageslabs[pind])) { 105 if (hpdata_age_heap_empty(&psset->pageslabs[pind])) { 108 hpdata_age_heap_insert(&psset->pageslabs[pind], ps); 327 hpdata_t *ps = hpdata_age_heap_first(&psset->pageslabs[pind]);
|