HomeSort by: relevance | last modified time | path
    Searched refs:hpdata_huge (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/unit/
psset.c 560 hpdata_t hpdata_huge[NHP]; local
561 uintptr_t huge_begin = (uintptr_t)&hpdata_huge[0];
562 uintptr_t huge_end = (uintptr_t)&hpdata_huge[NHP];
568 hpdata_init(&hpdata_huge[i], (void *)((10 + i) * HUGEPAGE),
570 psset_insert(&psset, &hpdata_huge[i]);
672 hpdata_t hpdata_huge[NHP]; local
678 hpdata_init(&hpdata_huge[i], (void *)cur_addr, cur_age);
681 psset_insert(&psset, &hpdata_huge[i]);
689 * Make the hpdata_huge[i] fully dirty, empty, purgable, and
692 psset_update_begin(&psset, &hpdata_huge[i])
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
psset.c 770 hpdata_t hpdata_huge[NHP]; local
771 uintptr_t huge_begin = (uintptr_t)&hpdata_huge[0];
772 uintptr_t huge_end = (uintptr_t)&hpdata_huge[NHP];
778 hpdata_init(&hpdata_huge[i], (void *)((10 + i) * HUGEPAGE),
780 psset_insert(&psset, &hpdata_huge[i]);
1005 hpdata_t hpdata_huge[NHP]; local
1011 hpdata_init(&hpdata_huge[i], (void *)cur_addr, cur_age,
1015 psset_insert(&psset, &hpdata_huge[i]);
1024 * Make the hpdata_huge[i] fully dirty, empty, purgable, and
1027 psset_update_begin(&psset, &hpdata_huge[i])
    [all...]

Completed in 21 milliseconds