Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/cpp/src/thrift/
DTOutput.cpp68 char* heap_buf = (char*)malloc((need + 1) * sizeof(char)); in printf() local
69 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()