esp_apptrace_rb_write_size_get() function
Gets size of memory which can produced with single call to esp_apptrace_rb_produce().
Arguments
rb
Pointer to ring buffer structure.
Return value
Size of memory which can produced.
Notes
Due to write pointer wrapping returned size can be less then the total size of available data.