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

  /src/external/bsd/jemalloc.old/dist/test/unit/
prof_recent.c 6 #define OPT_ALLOC_MAX 3
14 assert_zd_eq(opt_prof_recent_alloc_max, OPT_ALLOC_MAX,
19 assert_zd_eq(prof_recent_alloc_max_ctl_read(), OPT_ALLOC_MAX,
69 expect_zd_eq(past, OPT_ALLOC_MAX, "Wrong read result");
70 future = OPT_ALLOC_MAX + 1;
76 expect_zd_eq(past, OPT_ALLOC_MAX + 1, "Wrong read result");
81 expect_zd_eq(past, OPT_ALLOC_MAX + 1,
83 future = OPT_ALLOC_MAX;
87 future = OPT_ALLOC_MAX + 2;
156 * First batch of 2 * OPT_ALLOC_MAX allocations. After th
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
prof_recent.c 6 #define OPT_ALLOC_MAX 3
16 assert_zd_eq(opt_prof_recent_alloc_max, OPT_ALLOC_MAX,
21 assert_zd_eq(prof_recent_alloc_max_ctl_read(), OPT_ALLOC_MAX,
75 expect_zd_eq(past, OPT_ALLOC_MAX, "Wrong read result");
76 future = OPT_ALLOC_MAX + 1;
84 expect_zd_eq(past, OPT_ALLOC_MAX + 1, "Wrong read result");
89 expect_zd_eq(past, OPT_ALLOC_MAX + 1,
91 future = OPT_ALLOC_MAX;
96 future = OPT_ALLOC_MAX + 2;
165 * First batch of 2 * OPT_ALLOC_MAX allocations. After th
    [all...]

Completed in 64 milliseconds