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

  /external/jemalloc/include/jemalloc/internal/
tsd.h 191 if (a_cleanup != malloc_tsd_no_cleanup) { \
236 if (a_cleanup != malloc_tsd_no_cleanup) \
247 if (a_cleanup != malloc_tsd_no_cleanup) { \
293 if (a_cleanup != malloc_tsd_no_cleanup) { \
317 if (a_cleanup != malloc_tsd_no_cleanup && \
369 if (a_cleanup != malloc_tsd_no_cleanup) { \
433 if (a_cleanup != malloc_tsd_no_cleanup) \
445 if (a_cleanup != malloc_tsd_no_cleanup && \
569 if (a_cleanup != malloc_tsd_no_cleanup) \
651 void malloc_tsd_no_cleanup(void *arg)
    [all...]
private_namespace.h 340 #define malloc_tsd_no_cleanup JEMALLOC_N(malloc_tsd_no_cleanup) macro
    [all...]
private_unnamespace.h 340 #undef malloc_tsd_no_cleanup macro
  /external/jemalloc/src/
tsd.c 29 malloc_tsd_no_cleanup(void *arg) function

Completed in 50 milliseconds