]> git.tuebingen.mpg.de Git - paraslash.git/commit
Implement buffer tree pool support.
authorAndre Noll <maan@systemlinux.org>
Sat, 9 Jan 2010 01:28:15 +0000 (02:28 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 9 Jan 2010 01:28:15 +0000 (02:28 +0100)
commitff63e4b709e037fda044beae858f494e2868e7d7
tree55807cd9ede817f57e01238a3e93e02c0d69a79f
parent3010ef96e10cb15d423eef8f9802fbed78744393
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.
buffer_tree.c
buffer_tree.h
http_recv.c