Searched refs:decay_time_ms (Results 1 – 1 of 1) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | jemalloc_wrapper.cpp | 71 ssize_t decay_time_ms; in je_mallopt() local 73 decay_time_ms = 1000; in je_mallopt() 75 decay_time_ms = 0; in je_mallopt() 85 …if (je_mallctl("arenas.dirty_decay_ms", nullptr, nullptr, &decay_time_ms, sizeof(decay_time_ms)) !… in je_mallopt() 88 …if (je_mallctl("arenas.muzzy_decay_ms", nullptr, nullptr, &decay_time_ms, sizeof(decay_time_ms)) !… in je_mallopt() 96 if (je_mallctl(buffer, nullptr, nullptr, &decay_time_ms, sizeof(decay_time_ms)) != 0) { in je_mallopt() 100 if (je_mallctl(buffer, nullptr, nullptr, &decay_time_ms, sizeof(decay_time_ms)) != 0) { in je_mallopt()
|