mempool -> init the mempool with calloc. we cannot know for sure the
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
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)
commit1c217d258a62a30314db07044dec4d0e8cb8062f
treea3445ab66f45495209df76fe719e2bf0604a4a6c
parente7d6cdb63557cbfaa7587f9a26bd4187429002b2
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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@51548 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/eina_mempool.c