Renamed stacktrace to memtrace
authorPekka Riikonen <priikone@localhost.localdomain>
Wed, 1 Oct 2008 09:27:49 +0000 (12:27 +0300)
committerPekka Riikonen <priikone@localhost.localdomain>
Wed, 1 Oct 2008 09:27:49 +0000 (12:27 +0300)
commitabc4156464a66d9961da10b9882df8c32cdc6164
tree1c72ed228b66b7457ed33d54af40a8dcf90b4415
parent604b9f0bd54b22c88c6f2eb9a186d65cad0a45bd
Renamed stacktrace to memtrace

Also rewrote the internals to use SilcTree for tracking allocations for
increased performance when there are tens of thousands of allocations.
Changed AVL tree to not do any allocations in debug version.
configure.ad
lib/silcutil/Makefile.ad
lib/silcutil/memtrace.c [moved from lib/silcutil/stacktrace.c with 86% similarity]
lib/silcutil/memtrace.h [moved from lib/silcutil/stacktrace.h with 92% similarity]
lib/silcutil/silcavltree.c
lib/silcutil/silcmemory.c
lib/silcutil/silcmemory.h
lib/silcutil/silcruntime.h.in