]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/worker: ring buffer to recycle mempools
authorMarek Vavruša <marek.vavrusa@nic.cz>
Thu, 4 Jun 2015 21:27:07 +0000 (23:27 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Thu, 4 Jun 2015 21:27:07 +0000 (23:27 +0200)
commit91a2945e631b673942ffe62992e03913925a63da
treeb5df930d5c5ab9ebf63ff3df2e4933c27e6d2a56
parent73ff103fc13f89ae1e3bee8d938149d342d9b97c
daemon/worker: ring buffer to recycle mempools

this avoids repetitive allocation/free cycles on load
daemon/engine.h
daemon/main.c
daemon/worker.c
daemon/worker.h