Searched refs:heap_buf (Results 1 – 1 of 1) sorted by relevance
68 char* heap_buf = (char*)malloc((need + 1) * sizeof(char)); in printf() local69 if (heap_buf == nullptr) { in printf()81 int rval = vsnprintf(heap_buf, need + 1, message, ap); in printf()85 f_(heap_buf); in printf()87 free(heap_buf); in printf()