]> source.dussan.org Git - rspamd.git/commit
* Rework config file memory allocation to separate memory pool for easy reloading
authorcebka@mailsupport.rambler.ru <cebka@mailsupport.rambler.ru>
Tue, 23 Sep 2008 22:14:18 +0000 (02:14 +0400)
committercebka@mailsupport.rambler.ru <cebka@mailsupport.rambler.ru>
Tue, 23 Sep 2008 22:14:18 +0000 (02:14 +0400)
commit0c1b3da90d7528e773e520d657a0e9d2318da577
tree22c40f049d59f3807503f88752cb8f93dc1ecde5
parent774c6c63fa0e185e597e5899c0bc610ed7854379
* Rework config file memory allocation to separate memory pool for easy reloading
  without calling of ~1000 free syscalls
* Add memory_pool_alloc0 for initializing newly allocated space in pool with zeroes
cfg_file.h
cfg_file.y
cfg_utils.c
main.c
mem_pool.c
mem_pool.h