Searched refs:malloc_osfunc (Results 1 - 2 of 2) sorted by relevance

/external/mksh/src/
H A Dsh.h641 #define malloc_osfunc(sz) malloc(sz) macro
H A Dfuncs.c3610 if ((buf = malloc_osfunc(MKSH_CAT_BUFSIZ)) == NULL) {

Completed in 99 milliseconds