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

  /src/external/bsd/jemalloc.old/dist/test/unit/
edata_cache.c 51 ecf_count(edata_cache_fast_t *ecf) { function
69 expect_zu_eq(ecf_count(&ecf), 0, "");
74 expect_zu_eq(ecf_count(&ecf), 0, "");
78 expect_zu_eq(ecf_count(&ecf), 1, "");
82 expect_zu_eq(ecf_count(&ecf), 2, "");
87 expect_zu_eq(ecf_count(&ecf), 1, "");
91 expect_zu_eq(ecf_count(&ecf), 0, "");
122 expect_zu_eq(EDATA_CACHE_FAST_FILL / 2 - 1, ecf_count(&ecf),
129 expect_zu_eq(0, ecf_count(&ecf), "");
134 expect_zu_eq(0, ecf_count(&ecf), "Allocated more than necessary")
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
edata_cache.c 51 ecf_count(edata_cache_fast_t *ecf) { function
69 expect_zu_eq(ecf_count(&ecf), 0, "");
74 expect_zu_eq(ecf_count(&ecf), 0, "");
78 expect_zu_eq(ecf_count(&ecf), 1, "");
82 expect_zu_eq(ecf_count(&ecf), 2, "");
87 expect_zu_eq(ecf_count(&ecf), 1, "");
91 expect_zu_eq(ecf_count(&ecf), 0, "");
122 expect_zu_eq(EDATA_CACHE_FAST_FILL / 2 - 1, ecf_count(&ecf),
129 expect_zu_eq(0, ecf_count(&ecf), "");
134 expect_zu_eq(0, ecf_count(&ecf), "Allocated more than necessary")
    [all...]

Completed in 16 milliseconds