Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not trim in split_quoted, that's expensive, and the caller can do it if his input...
[simgrid.git] / src / xbt / mmalloc /
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-09 agierschRemove debugging cruft. Sorry for the noise.
2010-11-09 agierschReviewed locking in mmalloc:
2010-10-11 alegrandIndent include and src using this command:
2010-06-24 navarropBe sure __mmalloc_current_heap is initialized.
2010-06-03 navarropNow supernovae mode works out of project directory.
2010-05-18 cristianrosaFix problem on merge from svn
2010-05-18 cristianrosaImport portability macro in mmalloc
2010-05-18 mquinsonImport portability macros in mmalloc
2010-05-18 navarropAdd option enable_modele-checking.
2010-05-18 navarropThis commit 590f9c7e65ce6a64705272d79443599877d5cb72...
2010-05-10 cristianrosaBugfix: make mmalloc build in x64
2010-05-07 navarropEnable mac compilation with MMAP.
2010-05-07 mquinsonnow that mmalloc doesn't break tesh anymore nor nothing...
2010-05-07 mquinsoncosmetics (kill unused var, and kill/improve debug...
2010-05-07 mquinsonlet malloc(0) work (and kill debug outputs)
2010-05-07 mquinsonDo not share anonymous pages accross forks, damnit...
2010-05-06 mquinsonFight for better integration of mmalloc, mc and xbt
2010-05-06 mquinsonImprove the integration of mmalloc and mc_memory into...
2010-05-05 mquinsonLet's still pass the tests with mmalloc and MC in the...
2010-05-05 mquinsonUnify the copyright headers of mmalloc with the rest...
2010-05-05 mquinsonchange mmalloc.h into a public header
2010-05-05 mquinsonWe don't intend to support pre-ansi platforms, so clean...
2010-05-05 mquinsonUpdate mmalloc to compile with paranoid flags used...
2010-05-05 mquinsonNew module: mmalloc (mapped malloc)