HomeSort by relevance Sort by last modified time
    Searched defs:TSDN_NULL (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/include/jemalloc/internal/
tsd.h 18 #define TSDN_NULL ((tsdn_t *)0)
681 bool tsdn_null(const tsdn_t *tsdn);
770 tsdn_null(const tsdn_t *tsdn) function
780 assert(!tsdn_null(tsdn));
  /external/jemalloc_new/include/jemalloc/internal/
tsd.h 135 #define TSDN_NULL ((tsdn_t *)0)
142 tsdn_null(const tsdn_t *tsdn) { function
148 assert(!tsdn_null(tsdn));
210 if (tsdn_null(tsdn)) { \
319 if (unlikely(tsdn_null(tsdn))) {

Completed in 247 milliseconds