Searched refs:malloced_buffer (Results 1 – 2 of 2) sorted by relevance
60 char *malloced_buffer __attribute__ ((__cleanup__ (ifree))) = NULL; in __readv() local65 malloced_buffer = buffer = (char *) malloc (bytes); in __readv()
61 char *malloced_buffer __attribute__ ((__cleanup__ (ifree))) = NULL; in __writev() local66 malloced_buffer = buffer = (char *) malloc (bytes); in __writev()
Completed in 33 milliseconds