Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tprintf: Make code reentrant and use less memory
Reduce the maximum message size from 64 KiB to 2 KiB which still should be large enought for trace messages. Create the smaller message on the stack instead of using a global array to allow reentrancy and to reduce the memory use of Tesseract. Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information