Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : init ignore information for each block/fragment only in mmalloc
[simgrid.git] / src / xbt / mmalloc / mmalloc.c
2013-03-16 Marion Guthmullermodel-checker : init ignore information for each block...
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2013-01-07 Marion Guthmullermodel-checker : comment backtrace and add ignore mechan...
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-22 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-21 Martin Quinsons/lastest/latest/ (stupid me)
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-16 Martin QuinsonDo not store any metadata where the user (was) legitima...
2012-10-10 Marion Guthmullerfunction check_fraghead to detect mmalloc metadata...
2012-10-09 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-09 Marion Guthmullerset size to -1 for free fragments in new fragmented...
2012-10-08 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-08 Martin QuinsonBug fix in mrealloc where the previous content could...
2012-10-05 Marion Guthmullermodel-checker : store equality detected in heap compari...
2012-10-05 Marion Guthmullermodel-checker : memset forgotten in mmalloc
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-27 Jonathan Rouzaud... Merge conflicts in instr_routing.c
2012-08-21 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-08-16 Marion Guthmullermodel-checker : init equal_to field to -1 for each...
2012-07-25 Marion Guthmullermodel-checker : new heap comparison algorithm
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 Marion Guthmullermodel-checker : cosmetics reindent
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-20 Marion Guthmullermodel-checker : memset 0 on block/fragment allocated...
2012-06-19 Marion Guthmullermodel-checker : add stats in mmalloc
2012-02-28 Marion Guthmullermodel-checker : add backtrace for each fragment allocat...
2012-02-28 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-28 Marion Guthmullermodel-checker : only reindent, no real change (safe...
2012-02-21 Marion Guthmullermodel-checker : add backtrace when large block(s) mallo...
2012-02-08 Martin QuinsonSetup the framework allowing to add backtraces to the...
2012-02-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-03 Martin QuinsonFurther simplify the mmallocs, and improve its introspe...
2012-02-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-02 Martin Quinsonalso enforce that the freed block were marked as used...
2012-02-02 Martin Quinsonthere were no difference between __mmalloc_free and...
2012-02-02 Martin Quinsonensure that free block are marked as such
2012-02-02 Martin QuinsonSimplify the malloc_info structure containing the metad...
2012-02-02 Martin Quinsondocument one more function
2012-02-02 Martin Quinsonfurther little clarifications in mmalloc comments
2012-02-02 Martin Quinsonvarious cosmetics and comments improvements
2012-02-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-01 Martin QuinsonSimplify the mmalloc library further
2012-02-01 Martin Quinsonwe don't need any stats about the amount of free chunks...
2012-02-01 Martin Quinsonrename sup-mmap.c into mmorecore.c and simplify the...
2012-02-01 Martin Quinsonkill the standard hooks of mmalloc: we will change...
2012-01-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-30 Marion Guthmullermodel-checker : merge conflict resolved
2012-01-30 Marion Guthmuller.
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2010-11-09 agierschReviewed locking in mmalloc:
2010-10-11 alegrandIndent include and src using this command:
2010-05-07 mquinsonlet malloc(0) work (and kill debug outputs)
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 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)