Moved mem_track.h into wolfssl/wolfcrypt. Added new WOLFSSL_DEBUG_MEMORY option. Added documentation for using mem_track and new debug memory option.

This commit is contained in:
David Garske
2016-05-04 10:04:38 -07:00
parent ab53d732ce
commit 822d71431e
9 changed files with 134 additions and 26 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ nobase_include_HEADERS+= \
wolfssl/wolfcrypt/logging.h \
wolfssl/wolfcrypt/memory.h \
wolfssl/wolfcrypt/mpi_class.h \
wolfssl/wolfcrypt/mpi_superclass.h
wolfssl/wolfcrypt/mpi_superclass.h \
wolfssl/wolfcrypt/mem_track.h
noinst_HEADERS+= \
wolfssl/wolfcrypt/port/pic32/pic32mz-crypt.h \