Home | History | Annotate | Download | only in unit

Lines Matching refs:edatas

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];
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],