Home | Sort by: relevance | last modified time | path |
/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; |