Topic: [SOLVED] Max amount of memory needed for XMALLOC/XREALLOC
I'm implementing wolfSSL for Octeon, and i need to implement my own malloc() and realloc() function via XMALLOC and XREALLOC. Because a fixed size memory is used for this, i need to know what the maximum amount of allocated memory will we in wolfSSL. Experiments show that untill now the maximum does not exceed 2048 bytes, but it would be nice if you could specify what the maximum amount will be.