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

  /src/external/bsd/jemalloc.old/dist/test/unit/
psset.c 68 test_psset_dalloc(psset_t *psset, edata_t *edata) { function
178 ps = test_psset_dalloc(&psset, &alloc[i]);
195 ps = test_psset_dalloc(&psset, &alloc[i]);
212 ps = test_psset_dalloc(&psset, &alloc[i]);
221 ps = test_psset_dalloc(&psset, &alloc[index_of_3]);
232 ps = test_psset_dalloc(&psset, &alloc[HUGEPAGE_PAGES - 1]);
234 ps = test_psset_dalloc(&psset, &alloc[HUGEPAGE_PAGES - 2]);
268 ps = test_psset_dalloc(&psset, &alloc[i]);
271 ps = test_psset_dalloc(&psset, &alloc[HUGEPAGE_PAGES - 1]);
316 ps = test_psset_dalloc(&psset, &alloc[0][0])
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
psset.c 88 test_psset_dalloc(psset_t *psset, edata_t *edata) { function
205 ps = test_psset_dalloc(&psset, &alloc[i]);
222 ps = test_psset_dalloc(&psset, &alloc[i]);
239 ps = test_psset_dalloc(&psset, &alloc[i]);
248 ps = test_psset_dalloc(&psset, &alloc[index_of_3]);
259 ps = test_psset_dalloc(&psset, &alloc[HUGEPAGE_PAGES - 1]);
261 ps = test_psset_dalloc(&psset, &alloc[HUGEPAGE_PAGES - 2]);
299 ps = test_psset_dalloc(&psset, &alloc[i]);
302 ps = test_psset_dalloc(&psset, &alloc[HUGEPAGE_PAGES - 1]);
353 ps = test_psset_dalloc(&psset, &alloc[0][0])
    [all...]

Completed in 16 milliseconds