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

/fuchsia/zircon/system/ulib/fbl/
H A Dstring_printf.cpp54 size_t heap_buf_size = output_size + 1u; local
55 fbl::unique_ptr<char[]> heap_buf(new char[heap_buf_size]);
56 result = vsnprintf(heap_buf.get(), heap_buf_size, format, ap);

Completed in 20 milliseconds