mirror of https://github.com/ARMmbed/mbed-os.git
Add the ByteBuffer class which is similar to the CircularBuffer class but uses dynamic memory rather than template parameters and is optimized for byte transfers. This is required for USBAudio which needs a high performance circular buffer which can be resized at runtime. |
||
|---|---|---|
| .. | ||
| AsyncOp.cpp | ||
| AsyncOp.h | ||
| ByteBuffer.cpp | ||
| ByteBuffer.h | ||
| LinkEntry.h | ||
| LinkedList.h | ||
| LinkedListBase.cpp | ||
| LinkedListBase.h | ||
| OperationList.h | ||
| OperationListBase.cpp | ||
| OperationListBase.h | ||