Searched refs:malloc_osfunc (Results 1 – 2 of 2) sorted by relevance
641 #define malloc_osfunc(sz) malloc(sz) macro
3610 if ((buf = malloc_osfunc(MKSH_CAT_BUFSIZ)) == NULL) { in c_cat()