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

  /external/jemalloc/src/
quarantine.c 47 if (!tsd_nominal(tsd))
tcache.c 310 if (tsd_nominal(tsd))
jemalloc.c 480 if (!tsd_nominal(tsd))
547 if (tsd_nominal(tsd) && !*arenas_tdata_bypassp) {
557 assert(tsd_nominal(tsd) && !*arenas_tdata_bypassp);
    [all...]
  /external/jemalloc/include/jemalloc/internal/
tsd.h 673 bool tsd_nominal(tsd_t *tsd);
728 tsd_nominal(tsd_t *tsd) function
prof.h 386 if (tsd_nominal(tsd)) {
tcache.h 248 if (unlikely(tcache == NULL) && tsd_nominal(tsd)) {
private_namespace.h 578 #define tsd_nominal JEMALLOC_N(tsd_nominal) macro
    [all...]
private_unnamespace.h 578 #undef tsd_nominal macro

Completed in 1578 milliseconds