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

  /external/jemalloc_new/include/jemalloc/internal/
tsd_malloc_thread_cleanup.h 43 tsd_get_allocates(void) { function
tsd_tls.h 36 tsd_get_allocates(void) { function
tsd_generic.h 130 tsd_get_allocates(void) { function
141 if (tsd_get_allocates() && !init && wrapper == NULL) {
tsd_win.h 112 tsd_get_allocates(void) { function
123 if (tsd_get_allocates() && !init && wrapper == NULL) {
tsd.h 165 * tsd_boot1, tsd_boot, tsd_booted_get, tsd_get_allocates, tsd_get, and tsd_set.
259 if (!init && tsd_get_allocates() && tsd == NULL) {
  /external/jemalloc/include/jemalloc/internal/
tsd.h 217 a_name##tsd_get_allocates(void) \
274 a_name##tsd_get_allocates(void) \
408 a_name##tsd_get_allocates(void) \
421 if (a_name##tsd_get_allocates() && !init && wrapper == NULL) \
544 a_name##tsd_get_allocates(void) \
557 if (a_name##tsd_get_allocates() && !init && wrapper == NULL) \
694 if (!init && tsd_get_allocates() && tsd == NULL)
private_namespace.h 565 #define tsd_get_allocates JEMALLOC_N(tsd_get_allocates) macro
    [all...]
private_unnamespace.h 565 #undef tsd_get_allocates macro

Completed in 71 milliseconds