aboutsummaryrefslogtreecommitdiffstats
path: root/mem_pool.c
Commit message (Expand)AuthorAgeFilesLines
* * Rework config file memory allocation to separate memory pool for easy reloa...cebka@mailsupport.rambler.ru2008-09-241-0/+10
* * Small updates to memory pool librarycebka@mailsupport.rambler.ru2008-09-231-3/+55
* * Optimize memory pools allocatorcebka@mailsupport.rambler.ru2008-09-221-10/+25
* * Avoid realloc for memory pools by making memory pool chainscebka@mailsupport.rambler.ru2008-09-181-14/+26
* * Add memory pool support.cebka@mailsupport.rambler.ru2008-09-181-0/+51