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

  /src/external/bsd/jemalloc/include/jemalloc/internal/
base_structs.h 56 size_t n_thp; member in struct:base_s
base.h 80 size_t n_thp; member in struct:base_s
104 size_t *resident, size_t *mapped, size_t *n_thp);
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
base_structs.h 56 size_t n_thp; member in struct:base_s
base.h 80 size_t n_thp; member in struct:base_s
104 size_t *resident, size_t *mapped, size_t *n_thp);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
base_structs.h 56 size_t n_thp; member in struct:base_s
base.h 80 size_t n_thp; member in struct:base_s
104 size_t *resident, size_t *mapped, size_t *n_thp);
  /src/external/bsd/jemalloc/dist/test/unit/
base.c 31 size_t allocated0, allocated1, resident, mapped, n_thp; local
40 &n_thp);
44 expect_zu_gt(n_thp, 0,
54 &n_thp);
66 size_t allocated0, allocated1, resident, mapped, n_thp; local
83 &n_thp);
87 expect_zu_gt(n_thp, 0,
97 &n_thp);
  /src/external/bsd/jemalloc.old/dist/test/unit/
base.c 31 size_t allocated0, allocated1, resident, mapped, n_thp; local
40 &n_thp);
44 expect_zu_gt(n_thp, 0,
54 &n_thp);
66 size_t allocated0, allocated1, resident, mapped, n_thp; local
83 &n_thp);
87 expect_zu_gt(n_thp, 0,
97 &n_thp);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
base.h 80 size_t n_thp; member in struct:base_s
104 size_t *resident, size_t *mapped, size_t *n_thp);

Completed in 34 milliseconds