Home
last modified time | relevance | path

Searched refs:ckh_string_keycomp (Results 1 – 11 of 11) sorted by relevance

/external/jemalloc/test/unit/
Dckh.c11 ckh_string_keycomp), "Unexpected ckh_new() error"); in TEST_BEGIN()
36 ckh_string_keycomp), "Unexpected ckh_new() error"); in TEST_BEGIN()
/external/jemalloc_new/test/unit/
Dckh.c10 ckh_string_keycomp), "Unexpected ckh_new() error"); in TEST_BEGIN()
34 ckh_string_keycomp), "Unexpected ckh_new() error"); in TEST_BEGIN()
/external/jemalloc/include/jemalloc/internal/
Dckh.h77 bool ckh_string_keycomp(const void *k1, const void *k2);
Dprivate_symbols.txt196 ckh_string_keycomp
Dprivate_namespace.h196 #define ckh_string_keycomp JEMALLOC_N(ckh_string_keycomp) macro
Dprivate_unnamespace.h196 #undef ckh_string_keycomp
/external/jemalloc_new/include/jemalloc/internal/
Dckh.h97 bool ckh_string_keycomp(const void *k1, const void *k2);
Dprivate_namespace.h139 #define ckh_string_keycomp JEMALLOC_N(ckh_string_keycomp) macro
Dprivate_namespace_jet.h140 #define ckh_string_keycomp JEMALLOC_N(ckh_string_keycomp) macro
/external/jemalloc_new/src/
Dckh.c547 ckh_string_keycomp(const void *k1, const void *k2) { in ckh_string_keycomp() function
/external/jemalloc/src/
Dckh.c542 ckh_string_keycomp(const void *k1, const void *k2) in ckh_string_keycomp() function