HomeSort by relevance Sort by last modified time
    Searched defs:malloc_slow (Results 1 - 4 of 4) sorted by null

  /external/jemalloc/src/
jemalloc.c 78 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);
    [all...]
  /external/jemalloc_new/src/
jemalloc.c 100 bool malloc_slow = true; variable
102 /* When malloc_slow is true, set the corresponding bits for sanity check. */
859 * Combine the runtime options into malloc_slow for fast path. Called
868 malloc_slow = (malloc_slow_flags != 0);
    [all...]
  /external/jemalloc_new/include/jemalloc/internal/
private_namespace.h 20 #define malloc_slow JEMALLOC_N(malloc_slow) macro
private_namespace_jet.h 20 #define malloc_slow JEMALLOC_N(malloc_slow) macro

Completed in 3312 milliseconds