wolfssl-examples/staticmemory/memory-bucket-optimizer/examples
Devin AI 592e088800 Add memory bucket optimizer tool
This commit adds a tool to analyze memory allocation patterns from wolfSSL
operations and recommend optimal static memory bucket configurations to
minimize wasted memory. The tool includes:

- Memory bucket optimizer that analyzes allocation logs
- Example application demonstrating optimized bucket usage
- Visualization scripts using gnuplot
- Scripts to run optimization for different TLS operations

The tool helps users find optimal WOLFMEM_BUCKETS and WOLFMEM_DIST
configurations for their specific use cases.

Co-Authored-By: jacob@wolfssl.com <jacob@wolfssl.com>
2025-03-04 01:04:54 +00:00
..
Makefile Add memory bucket optimizer tool 2025-03-04 01:04:54 +00:00
example_application Add memory bucket optimizer tool 2025-03-04 01:04:54 +00:00
example_application.c Add memory bucket optimizer tool 2025-03-04 01:04:54 +00:00