aboutsummaryrefslogtreecommitdiffstats
path: root/mem_pool.h
Commit message (Expand)AuthorAgeFilesLines
* * Reorganize structure of source filesVsevolod Stakhov2008-11-011-61/+0
* * Add determining page size function to mem_pool libraryVsevolod Stakhov2008-10-261-0/+3
* * Add support of shared memory chunks to memory pool allocator. Also add lock...Vsevolod Stakhov2008-10-161-0/+15
* * Implement destructors stack in memory pool, so there is nowcebka@mailsupport.rambler.ru2008-10-141-4/+14
* * Rework config file memory allocation to separate memory pool for easy reloa...cebka@mailsupport.rambler.ru2008-09-241-0/+1
* * Small updates to memory pool librarycebka@mailsupport.rambler.ru2008-09-231-1/+10
* * Optimize memory pools allocatorcebka@mailsupport.rambler.ru2008-09-221-5/+8
* * Avoid realloc for memory pools by making memory pool chainscebka@mailsupport.rambler.ru2008-09-181-2/+4
* * Add memory pool support.cebka@mailsupport.rambler.ru2008-09-181-0/+18