From: Andre Noll Date: Sat, 9 Jan 2010 01:28:15 +0000 (+0100) Subject: Implement buffer tree pool support. X-Git-Tag: v0.4.2~176 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=ff63e4b709e037fda044beae858f494e2868e7d7;hp=ff63e4b709e037fda044beae858f494e2868e7d7 Implement buffer tree pool support. Using a buffer pool avoids quite some uses of memcpy() and memmove(). This patch also switches over the http receiver to use buffer pools. ---