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

  /src/external/bsd/jemalloc/dist/test/unit/
edata_cache.c 51 ecf_count(edata_cache_fast_t *ecf) {
54 ql_foreach(cur, &ecf->list.head, ql_link_inactive) {
62 edata_cache_fast_t ecf; local
65 edata_cache_fast_init(&ecf, &ec);
67 edata_t *ed1 = edata_cache_fast_get(TSDN_NULL, &ecf);
69 expect_zu_eq(ecf_count(&ecf), 0, "");
72 edata_t *ed2 = edata_cache_fast_get(TSDN_NULL, &ecf);
74 expect_zu_eq(ecf_count(&ecf), 0, "");
77 edata_cache_fast_put(TSDN_NULL, &ecf, ed1);
78 expect_zu_eq(ecf_count(&ecf), 1, "")
100 edata_cache_fast_t ecf; local
183 edata_cache_fast_t ecf; local
    [all...]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
hpa.h 105 edata_cache_fast_t ecf; member in struct:hpa_shard_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hpa.h 105 edata_cache_fast_t ecf; member in struct:hpa_shard_s

Completed in 15 milliseconds