-
- Downloads
Support Buffersizes other than 1024, read more
This adds support for buffersizes <= 1024. It comes with a few gotchas: - To keep the arrays on the stack there is always a size of 1024 allocated on the stack, but only the parts for the buffer are used - Sizes bigger than 1024 are not currently supported
Please register or sign in to comment