You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libcsp commit 5e02b22221 introduced a new function and changed how we
manage buffers. Specifically, it reserves two buffers for this new
function.
Use `csp_buffer_get_always()` in buffer-count tests to consume the
reserved buffers. Because `csp_buffer_get_always()` panics on
over-allocation, use `csp_buffer_get()` in over-allocation tests to
verify that two reserved buffers remain.
[1]: libcsp/libcsp@5e02b22
Signed-off-by: Yasushi SHOJI <[email protected]>
0 commit comments