Home | Sort by: relevance | last modified time | path |
/src/lib/libc/stdlib/ | |
malloc.c | 319 void (*_malloc_message)(const char *p1, const char *p2, const char *p3, variable in typeref:typename:void (*)(const char * p1,const char * p2,const char * p3,const char * p4) 326 _malloc_message(getprogname(), malloc_func, " error: ", p); 513 _malloc_message(getprogname(), malloc_func, |
jemalloc.c | 943 void (*_malloc_message)(const char *p1, const char *p2, const char *p3, variable in typeref:typename:void (*)(const char * p1,const char * p2,const char * p3,const char * p4) 959 _malloc_message(buf, "", "", ""); 1231 _malloc_message(getprogname(), 1259 _malloc_message(getprogname(), 2625 _malloc_message(getprogname(), 3140 _malloc_message("___ Begin malloc statistics ___\n", "", "", 3142 _malloc_message("Assertions ", 3149 _malloc_message("Boolean MALLOC_OPTIONS: ", 3153 _malloc_message(OPT(utrace) ? "PU" : "Pu", 3158 _malloc_message("CPUs: ", size_t2s(ncpus, s), "\n", "") [all...] |