HomeSort by relevance Sort by last modified time
    Searched refs:ckh_new (Results 1 - 12 of 12) sorted by null

  /external/jemalloc/include/jemalloc/internal/
ckh.h 67 bool ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash,
private_namespace.h 190 #define ckh_new JEMALLOC_N(ckh_new) macro
    [all...]
private_unnamespace.h 190 #undef ckh_new macro
  /external/jemalloc/test/unit/
ckh.c 10 assert_false(ckh_new(tsd, &ckh, 2, ckh_string_hash,
11 ckh_string_keycomp), "Unexpected ckh_new() error");
14 assert_false(ckh_new(tsd, &ckh, 3, ckh_pointer_hash,
15 ckh_pointer_keycomp), "Unexpected ckh_new() error");
35 assert_false(ckh_new(tsd, &ckh, 2, ckh_string_hash,
36 ckh_string_keycomp), "Unexpected ckh_new() error");
119 assert_false(ckh_new(tsd, &ckh, 2, ckh_pointer_hash,
120 ckh_pointer_keycomp), "Unexpected ckh_new() error");
  /external/jemalloc_new/include/jemalloc/internal/
ckh.h 70 bool ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash,
private_namespace.h 133 #define ckh_new JEMALLOC_N(ckh_new) macro
private_namespace_jet.h 134 #define ckh_new JEMALLOC_N(ckh_new) macro
  /external/jemalloc_new/test/unit/
ckh.c 9 assert_false(ckh_new(tsd, &ckh, 2, ckh_string_hash,
10 ckh_string_keycomp), "Unexpected ckh_new() error");
13 assert_false(ckh_new(tsd, &ckh, 3, ckh_pointer_hash,
14 ckh_pointer_keycomp), "Unexpected ckh_new() error");
33 assert_false(ckh_new(tsd, &ckh, 2, ckh_string_hash,
34 ckh_string_keycomp), "Unexpected ckh_new() error");
116 assert_false(ckh_new(tsd, &ckh, 2, ckh_pointer_hash,
117 ckh_pointer_keycomp), "Unexpected ckh_new() error");
  /external/jemalloc/src/
ckh.c 351 ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash, function
prof.c     [all...]
  /external/jemalloc_new/src/
ckh.c 359 ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash, function
prof.c     [all...]

Completed in 320 milliseconds