Searched defs:malloc_slow (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/src/
H A Djemalloc.c78 static bool malloc_slow = true; variable
80 /* When malloc_slow is true, set the corresponding bits for sanity check. */
924 * Combine the runtime options into malloc_slow for fast path. Called
937 malloc_slow = (malloc_slow_flags != 0);
1649 if (likely(!malloc_slow)) {
1826 if (likely(!malloc_slow)) {
1983 if (likely(!malloc_slow))
2021 if (likely(!malloc_slow))
2291 if (likely(!malloc_slow)) {
2627 if (likely(!malloc_slow))
[all...]

Completed in 885 milliseconds