Searched refs:ckh_pointer_hash (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | ckh_externs.h | 17 void ckh_pointer_hash(const void *key, size_t r_hash[2]);
|
| A D | private_symbols.txt | 129 ckh_pointer_hash
|
| A D | private_namespace.h | 129 #define ckh_pointer_hash JEMALLOC_N(ckh_pointer_hash) macro
|
| A D | private_unnamespace.h | 129 #undef ckh_pointer_hash
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | ckh.c | 14 assert_false(ckh_new(tsd, &ckh, 3, ckh_pointer_hash, in TEST_BEGIN() 119 assert_false(ckh_new(tsd, &ckh, 2, ckh_pointer_hash, in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/src/ |
| A D | ckh.c | 553 ckh_pointer_hash(const void *key, size_t r_hash[2]) in ckh_pointer_hash() function
|
Completed in 28 milliseconds