Home
last modified time | relevance | path

Searched refs:malloc_disabled_tcache (Results 1 – 1 of 1) sorted by relevance

/external/jemalloc/src/
Dandroid_je_iterate.c18 static bool malloc_disabled_tcache; variable
176 size_t old_len = sizeof(malloc_disabled_tcache); in je_malloc_disable()
178 &malloc_disabled_tcache, &old_len, in je_malloc_disable()
185 if (malloc_disabled_tcache) { in je_malloc_enable()
187 &malloc_disabled_tcache, sizeof(malloc_disabled_tcache)); in je_malloc_enable()