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

  /src/external/bsd/jemalloc/dist/test/unit/
hpa.c 393 edata_t *edatas[HUGEPAGE_PAGES]; local
395 edatas[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false,
397 expect_ptr_not_null(edatas[i], "Unexpected null edata");
412 tsdn, &shard->pai, edatas[i], &deferred_work_generated);
429 edatas[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false,
431 expect_ptr_not_null(edatas[i], "Unexpected null edata");
437 pai_dalloc(tsdn, &shard->pai, edatas[0], &deferred_work_generated);
598 edata_t *edatas[NALLOCS]; local
600 edatas[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false,
602 expect_ptr_not_null(edatas[i], "Unexpected null edata")
666 edata_t *edatas[NALLOCS]; local
776 edata_t *edatas[NALLOCS]; local
915 edata_t *edatas[NALLOCS]; local
981 edata_t *edatas[NALLOCS]; local
1074 edata_t *edatas[NALLOCS]; local
1126 edata_t *edatas[NALLOCS]; local
1197 edata_t *edatas[NALLOCS]; local
1276 edata_t *edatas[NALLOCS]; local
1345 edata_t *edatas[NALLOCS]; local
1404 edata_t *edatas[NALLOCS]; local
    [all...]
hpa_vectorized_madvise_large_batch.c 171 edata_t *edatas[NALLOCS]; local
173 edatas[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false,
175 expect_ptr_not_null(edatas[i], "Unexpected null edata");
183 pai_dalloc(tsdn, &shard->pai, edatas[i],
233 edata_t *edatas[NALLOCS]; local
235 edatas[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false,
237 expect_ptr_not_null(edatas[i], "Unexpected null edata");
242 tsdn, &shard->pai, edatas[i], &deferred_work_generated);
hpa_sec_integration.c 183 edata_t *edatas[NALLOCS]; local
185 edatas[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false,
187 expect_ptr_not_null(edatas[i], "Unexpected null edata");
196 tsdn, &shard->pai, edatas[i], &deferred_work_generated);
206 tsdn, &shard->pai, edatas[NALLOCS - 1], &deferred_work_generated);
hpa_thp_always.c 177 edata_t *edatas[NALLOCS]; local
180 edatas[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false,
182 expect_ptr_not_null(edatas[i], "Unexpected null edata");
hpa_vectorized_madvise.c 219 edata_t *edatas[NALLOCS]; local
221 edatas[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false,
223 expect_ptr_not_null(edatas[i], "Unexpected null edata");
231 pai_dalloc(tsdn, &shard->pai, edatas[i],
  /src/external/bsd/jemalloc.old/dist/test/unit/
hpa.c 240 expect_contiguous(edata_t **edatas, size_t nedatas) {
242 size_t expected = (size_t)edata_base_get(edatas[0])
244 expect_zu_eq(expected, (size_t)edata_base_get(edatas[i]),
383 edata_t *edatas[HUGEPAGE_PAGES]; local
385 edatas[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false,
387 expect_ptr_not_null(edatas[i], "Unexpected null edata");
401 pai_dalloc(tsdn, &shard->pai, edatas[i],
419 edatas[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false,
421 expect_ptr_not_null(edatas[i], "Unexpected null edata");
427 pai_dalloc(tsdn, &shard->pai, edatas[0]
    [all...]
  /src/external/bsd/jemalloc.old/dist/src/
tcache.c 262 size_t nptrs, emap_batch_lookup_result_t *edatas) {
265 szind_t true_szind = edata_szind_get(edatas[i].edata);
280 szind_t binind, size_t nflush, emap_batch_lookup_result_t *edatas) {
291 edatas);
293 tcache_bin_flush_size_check_fail(arr, binind, nflush, edatas);
  /src/external/bsd/jemalloc/dist/src/
arena.c 1211 size_t nptrs, emap_batch_lookup_result_t *edatas) {
1214 szind_t true_szind = edata_szind_get(edatas[i].edata);
1245 * We maintain the invariant that all edatas yet to be flushed are
1283 /* Swap the edatas. */

Completed in 20 milliseconds