aboutsummaryrefslogtreecommitdiffstats
path: root/mem_pool.c
Commit message (Expand)AuthorAgeFilesLines
* * Reorganize structure of source filesVsevolod Stakhov2008-11-011-360/+0
* * Add determining page size function to mem_pool libraryVsevolod Stakhov2008-10-261-0/+11
* * Add support of shared memory chunks to memory pool allocator. Also add lock...Vsevolod Stakhov2008-10-161-0/+172
* * Configure modules when worker starts for simplifying reconfig procedurecebka@cebka-laptop2008-10-141-0/+14
* * Implement destructors stack in memory pool, so there is nowcebka@mailsupport.rambler.ru2008-10-141-0/+23
* * 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