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

  /external/jemalloc/include/jemalloc/internal/
quarantine.h 53 if (tsd_quarantine_get(tsd) == NULL)
private_namespace.h 582 #define tsd_quarantine_get JEMALLOC_N(tsd_quarantine_get) macro
    [all...]
private_unnamespace.h 582 #undef tsd_quarantine_get macro
  /external/jemalloc/src/
quarantine.c 55 if (tsd_quarantine_get(tsd) == NULL)
125 if ((quarantine = tsd_quarantine_get(tsd)) == NULL) {
177 quarantine = tsd_quarantine_get(tsd);

Completed in 75 milliseconds