| /src/external/bsd/jemalloc.old/dist/src/ |
| hpa.c | 297 hpdata_t *to_hugify = psset_pick_hugify(&shard->psset); local 298 if (to_hugify == NULL) { 302 + hpdata_nretained_get(to_hugify) > hpa_ndirty_max(tsdn, shard); 375 hpdata_t *to_hugify = psset_pick_hugify(&shard->psset); local 376 return to_hugify != NULL || hpa_should_purge(tsdn, shard); 473 hpdata_t *to_hugify = psset_pick_hugify(&shard->psset); local 474 if (to_hugify == NULL) { 477 assert(hpdata_hugify_allowed_get(to_hugify)); 478 assert(!hpdata_changing_state_get(to_hugify)); 481 nstime_t time_hugify_allowed = hpdata_time_hugify_allowed(to_hugify); 893 hpdata_t *to_hugify = psset_pick_hugify(&shard->psset); local [all...] |
| psset.c | 21 hpdata_hugify_list_init(&psset->to_hugify); 307 hpdata_hugify_list_append(&psset->to_hugify, ps); 311 hpdata_hugify_list_remove(&psset->to_hugify, ps); 353 return hpdata_hugify_list_first(&psset->to_hugify); 368 hpdata_hugify_list_append(&psset->to_hugify, ps); 383 hpdata_hugify_list_remove(&psset->to_hugify, ps);
|
| /src/external/bsd/jemalloc/dist/src/ |
| hpa.c | 245 hpdata_t *to_hugify = psset_pick_hugify(&shard->psset); local 246 if (to_hugify == NULL) { 250 + hpdata_nretained_get(to_hugify) 361 hpdata_t *to_hugify = psset_pick_hugify(&shard->psset); local 362 return to_hugify != NULL || hpa_should_purge(tsdn, shard); 515 hpdata_t *to_hugify = psset_pick_hugify(&shard->psset); local 516 if (to_hugify == NULL) { 519 assert(hpdata_hugify_allowed_get(to_hugify)); 520 assert(!hpdata_changing_state_get(to_hugify)); 523 nstime_t time_hugify_allowed = hpdata_time_hugify_allowed(to_hugify); 1040 hpdata_t *to_hugify = psset_pick_hugify(&shard->psset); local [all...] |
| psset.c | 20 hpdata_hugify_list_init(&psset->to_hugify); 330 hpdata_hugify_list_append(&psset->to_hugify, ps); 334 hpdata_hugify_list_remove(&psset->to_hugify, ps); 431 return hpdata_hugify_list_first(&psset->to_hugify); 446 hpdata_hugify_list_append(&psset->to_hugify, ps); 461 hpdata_hugify_list_remove(&psset->to_hugify, ps);
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| psset.h | 93 hpdata_hugify_list_t to_hugify; member in struct:psset_s
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| psset.h | 93 hpdata_hugify_list_t to_hugify; member in struct:psset_s
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| psset.h | 109 hpdata_hugify_list_t to_hugify; member in struct:psset_s
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| psset.h | 109 hpdata_hugify_list_t to_hugify; member in struct:psset_s
|