HomeSort by relevance Sort by last modified time
    Searched full:ckh_try_insert (Results 1 - 4 of 4) sorted by null

  /external/jemalloc/include/jemalloc/internal/
private_symbols.txt 148 ckh_try_insert
private_namespace.h 148 #define ckh_try_insert JEMALLOC_N(ckh_try_insert) macro
private_unnamespace.h 148 #undef ckh_try_insert macro
  /external/jemalloc/src/
ckh.c 194 ckh_try_insert(ckh_t *ckh, void const**argkey, void const**argdata) function
234 if (ckh_try_insert(ckh, &key, &data)) {
466 while (ckh_try_insert(ckh, &key, &data)) {

Completed in 198 milliseconds