]> source.dussan.org Git - rspamd.git/commit
* Implement destructors stack in memory pool, so there is now
authorcebka@mailsupport.rambler.ru <cebka@mailsupport.rambler.ru>
Tue, 14 Oct 2008 01:24:07 +0000 (05:24 +0400)
committercebka@mailsupport.rambler.ru <cebka@mailsupport.rambler.ru>
Tue, 14 Oct 2008 01:24:07 +0000 (05:24 +0400)
commit3f8572f20960a02b334d09c809513d5ab25012a5
treedd0fa627691c82abdb8e6b5ca55572525b5b0259
parentfd84d363d87414274dc24e77f301ab5c966ede0b
* Implement destructors stack in memory pool, so there is now
  convinient way to free objects in pool that was allocated by other
  memory allocation mechanics (e.g. GObject).
  Destructors must be added in pool manually by calling memory_pool_add_destructor
  function.
cfg_utils.c
mem_pool.c
mem_pool.h