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

  /src/lib/libc/stdlib/
jemalloc.c 784 static bool opt_junk = true; variable in typeref:typename:bool
787 static bool opt_junk = false; variable in typeref:typename:bool
3041 * there is no need to do so manually, unless opt_junk is
3151 opt_junk ? "J" : "j",
3373 opt_junk = false;
3376 opt_junk = true;
jemalloc.c 784 static bool opt_junk = true; variable in typeref:typename:bool
787 static bool opt_junk = false; variable in typeref:typename:bool
3041 * there is no need to do so manually, unless opt_junk is
3151 opt_junk ? "J" : "j",
3373 opt_junk = false;
3376 opt_junk = true;

Completed in 54 milliseconds