HomeSort by: relevance | last modified time | path
    Searched defs:opt_hint (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/stdlib/
jemalloc.c 622 * recently freed chunk. This caching is disabled by opt_hint.
789 static bool opt_hint = false; variable in typeref:typename:bool
3152 opt_hint ? "H" : "h");
3367 opt_hint = false;
3370 opt_hint = true;

Completed in 13 milliseconds