Searched refs:malloc_osfunc (Results 1 – 3 of 3) sorted by relevance
734 if ((buf = malloc_osfunc(MKSH_HS_BUFSIZ)) == NULL) in hist_persist_back()
783 #define malloc_osfunc(sz) malloc(sz) macro
3507 if ((buf = malloc_osfunc(MKSH_CAT_BUFSIZ)) == NULL) { in c_cat()