Searched refs:malloc_osfunc (Results 1 - 2 of 2) sorted by relevance
/external/mksh/src/ | ||
H A D | sh.h | 686 #define malloc_osfunc(sz) malloc(sz) macro |
H A D | funcs.c | 3705 if ((buf = malloc_osfunc(MKSH_CAT_BUFSIZ)) == NULL) { |
Completed in 85 milliseconds