mempool -> init the mempool with calloc. we cannot know for sure the
authorraster <raster>
Sun, 22 Aug 2010 22:35:24 +0000 (22:35 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 22 Aug 2010 22:35:24 +0000 (22:35 +0000)
commit63a93db4cf6cf2e4894fb941f814c3b8430b627f
treea3445ab66f45495209df76fe719e2bf0604a4a6c
parent0741bb690fe0f07f084e25bf328fe4b1259c3629
mempool -> init the mempool with calloc. we cannot know for sure the
mempool backend inits all members, so make sure they are set to 0. not
a cost worth quibbling over. how many mempools do you really create
during the life of an app?

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@51548 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/eina_mempool.c