Home
last modified time | relevance | path

Searched refs:malloc_osfunc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mksh/src/
H A Dhistrap.c735 if ((buf = malloc_osfunc(MKSH_HS_BUFSIZ)) == NULL) in hist_persist_back()
H A Dsh.h781 #define malloc_osfunc(sz) malloc(sz) macro
H A Dfuncs.c3309 if ((buf = malloc_osfunc(MKSH_CAT_BUFSIZ)) == NULL) { in c_cat()