Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill some unused features of mmalloc
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 31 Jan 2012 15:27:49 +0000 (16:27 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 31 Jan 2012 15:45:06 +0000 (16:45 +0100)
commit9f694bd4f38492add20baa019eb60ed4079d684e
tree6c845541d4315434ea992157bbff83484ecf14bf
parentebaf7a472d2d6edf090d9859b854be009b5c85ae
Kill some unused features of mmalloc

- keys, which allow to store data directly in the malloc descriptor
- tracing, which displays what happends using the hooks. In addition
  of being useless to us, it contained a FIXME indicating that this
  implementation was partial.
src/xbt/mmalloc/keys.c [deleted file]
src/xbt/mmalloc/mm.c
src/xbt/mmalloc/mmprivate.h
src/xbt/mmalloc/mmtrace.c [deleted file]