Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mem-pool,io-threads: Destroy mem-pool on deallocation | Shehjar Tikoo | 2009-05-21 | 1 | -0/+2 |
| | | | | Signed-off-by: Anand V. Avati <avati@dev.gluster.com> | ||||
* | mem-pool: Restructure mem-pool behaviour | Shehjar Tikoo | 2009-05-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | This commit changes mem-pool behaviour to return a directly usable address by performing the required adjustment on the address being returned. This is different from the previous behaviour where we're trying to fit into the requested size, the list_head*2 also. This is not efficient enough in terms of space but hopefully works better than not having any mem-pool at all. Besides, I am not comfortable with mem-pool meta-data and caller-useable memory area being the same because of the potential for mem-pool's data structure corruption. PS: Please do read the comments in the code for more info during review. Signed-off-by: Anand V. Avati <avati@amp.gluster.com> | ||||
* | updated copyright header to extend copyright upto 2009 | Basavanagowda Kanur | 2009-02-26 | 1 | -1/+1 |
| | | | | | | updated copyright header to include 2009. Signed-off-by: Anand V. Avati <avati@amp.gluster.com> | ||||
* | Fix the order of CALLOC() args | Shehjar Tikoo | 2009-02-19 | 1 | -1/+1 |
| | | | | | | | Fix the order of CALLOC arguments. Signed-off-by: Shehjar Tikoo <shehjart@zresearch.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> | ||||
* | Added all files | Vikas Gorur | 2009-02-18 | 1 | -0/+54 |