Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Djemalloc_wrapper.cpp78 unsigned narenas; in je_mallopt() local
80 if (je_mallctl("arenas.narenas", &narenas, &sz, nullptr, 0) != 0) { in je_mallopt()
94 for (unsigned i = 0; i < narenas; i++) { in je_mallopt()
113 unsigned narenas; in je_mallopt() local
115 if (je_mallctl("arenas.narenas", &narenas, &sz, nullptr, 0) != 0) { in je_mallopt()
119 snprintf(buffer, sizeof(buffer), "arena.%u.purge", narenas); in je_mallopt()