Searched refs:tsd_get_allocates (Results 1 – 5 of 5) sorted by relevance
136 tsd_get_allocates(void) { in tsd_get_allocates() function147 if (tsd_get_allocates() && !init && wrapper == NULL) { in tsd_get()
38 tsd_get_allocates(void) { in tsd_get_allocates() function
45 tsd_get_allocates(void) { in tsd_get_allocates() function
349 if (!init && tsd_get_allocates() && tsd == NULL) { in tsd_fetch_impl()
2251 if (tsd_get_allocates() && !imalloc_init_check(sopts, dopts)) { in imalloc()2264 if (!tsd_get_allocates() && !imalloc_init_check(sopts, dopts)) { in imalloc()2330 if (tsd_get_allocates() && unlikely(!malloc_initialized())) { in JEMALLOC_ATTR()