Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The mallocators of dict and fifo are created in pre-init, ie before we know whether...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 8 May 2010 14:32:49 +0000 (14:32 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 8 May 2010 14:32:49 +0000 (14:32 +0000)
commitaa252590f8b8836497d92ebda9afd9a8fa192e13
tree50699d08b0a95798d639820eb36b158e8b8e5a32
parent900cb23da16eeaad345fd16101f2ea986f2706bd
The mallocators of dict and fifo are created in pre-init, ie before we know whether to use MC. So, tell these guys to recreate their mallocators when switching to MC so that they really use a desactivated mallocator in that case

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7725 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/surf/surf_config.c
src/xbt/dict.c
src/xbt/fifo.c
src/xbt/xbt_main.c
src/xbt_modinter.h