[MEDIUM] add new memory management functions
authorWilly Tarreau <w@1wt.eu>
Sun, 13 May 2007 17:38:49 +0000 (19:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 13 May 2007 17:38:49 +0000 (19:38 +0200)
commite6ce59deb7affe66ccbb7bd154a2310e1ad3e14a
tree6762c38f79442ea9328d759f477cc4a69305a8cd
parent50e608d721d9feabc1a09aa2b051a2adb75198f8
[MEDIUM] add new memory management functions

Implement pool_destroy2, pool_flush2, pool_gc2. It is safe to call
pool_gc2 to free whatever memory possible.
include/common/memory.h
src/memory.c