| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| psset.c | 73 if (hpdata_empty(ps)) { 634 hpdata_t hpdata_empty; local 636 hpdata_init(&hpdata_empty, (void *)(10 * HUGEPAGE), 123); 637 psset_insert(&psset, &hpdata_empty); 641 psset_update_begin(&psset, &hpdata_empty); 642 ptr = hpdata_reserve_alloc(&hpdata_empty, PAGE); 643 expect_ptr_eq(hpdata_addr_get(&hpdata_empty), ptr, ""); 644 hpdata_unreserve(&hpdata_empty, ptr, PAGE); 645 hpdata_purge_allowed_set(&hpdata_empty, true); 646 psset_update_end(&psset, &hpdata_empty); [all...] |
| /src/external/bsd/jemalloc/dist/test/unit/ |
| psset.c | 93 if (hpdata_empty(ps)) { 912 hpdata_t hpdata_empty; local 915 &hpdata_empty, (void *)(10 * HUGEPAGE), 123, /* is_huge */ false); 916 psset_insert(&psset, &hpdata_empty); 921 psset_update_begin(&psset, &hpdata_empty); 922 ptr = hpdata_reserve_alloc(&hpdata_empty, PAGE); 923 expect_ptr_eq(hpdata_addr_get(&hpdata_empty), ptr, ""); 924 hpdata_unreserve(&hpdata_empty, ptr, PAGE); 925 hpdata_purge_allowed_set(&hpdata_empty, true); 926 psset_update_end(&psset, &hpdata_empty); [all...] |
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| hpdata.h | 346 hpdata_empty(hpdata_t *hpdata) { function
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| hpdata.h | 346 hpdata_empty(hpdata_t *hpdata) { function
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| hpdata.h | 417 hpdata_empty(const hpdata_t *hpdata) { function
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| hpdata.h | 417 hpdata_empty(const hpdata_t *hpdata) { function
|