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

  /src/external/bsd/jemalloc/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...]

Completed in 22 milliseconds