mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
ssl_client2/ssl_server2: Use heap for various structures
This commit modifies the example programs ssl_client2 and ssl_server2 to allocate various structures on the heap instead of the stack. This allows more fine-grained memory usage tracking via valgrind massif.
This commit is contained in:
parent
85b495b30a
commit
7d864c494a
2 changed files with 367 additions and 281 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue