Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : remove unused code and update debug messages
[simgrid.git] / src / xbt / mmalloc / mm_diff.c
2012-06-19 Marion Guthmullermodel-checker : remove unused code and update debug...
2012-06-18 Marion Guthmullermodel-checker : add debug messages
2012-06-18 Marion Guthmullermodel-checker : assert on block/fragment address in...
2012-06-18 Marion Guthmullermodel-checker : unnecessary comments removed
2012-06-14 Marion Guthmullermodel-checker : comment unused variable
2012-06-14 Marion Guthmullermodel-checker : get end heap with field breakval in...
2012-06-14 Marion Guthmullermodel-checker : fix std_heap address for heap compariso...
2012-06-13 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-13 Marion Guthmullermodel-checker : get std_heap with mmalloc_get_current_h...
2012-06-13 Marion Guthmullermodel-checker : remove unused argument in functions...
2012-06-13 Marion Guthmullermodel-checker : add total hamming distance for heap...
2012-06-12 Marion Guthmullermodel-checker : warnings compilation fixed
2012-06-12 Marion Guthmullerfix merge conflict
2012-06-12 Marion Guthmullermodel-checker : fix number and address of blocks in...
2012-06-12 Arnaud GierschFix compilation errors about unused or uninitialized...
2012-06-11 Marion Guthmullermodel-checker : remove useless memcmp in heap compariso...
2012-06-09 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-09 Marion Guthmullermodel-checker : heap comparison algorithm rewrited
2012-06-08 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-06 Marion Guthmullertypos in message of backtrace display (where malloced...
2012-06-03 Marion Guthmullermodel-checker : free pointers
2012-06-03 Marion Guthmullermodel-checker : initialize pointer and update indice...
2012-06-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-02 Marion Guthmullermodel-checker : free pointer
2012-06-02 Marion Guthmullermodel-checker : free pointers
2012-06-01 Marion Guthmullermodel-checker : oops, about 3000 blocks unchecked in...
2012-06-01 Marion Guthmullermodel-checker : first work for canonicalisation (get...
2012-05-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-23 Marion Guthmullermodel-checker : function get_addr_memory_map rewrited...
2012-05-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-23 Marion Guthmullercompilation errors (optimizations and model checking...
2012-05-22 Arnaud GierschEnsure that lfields[] is fully initialized.
2012-05-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-21 Marion Guthmullermodel-checker : get location of pointed address in...
2012-05-03 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-27 Marion Guthmullermodel-checker : remove meta-data of heap in comparison...
2012-04-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-20 Marion Guthmullermodel-checker : get pointer address for bytes detected...
2012-04-20 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-27 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-15 Marion Guthmullermodel-checker : get offset for each different byte...
2012-03-15 Marion Guthmullermodel-checker : hamming distance computed for each...
2012-03-07 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-07 Marion Guthmullermodel-checker : display backtrace for busy fragments...
2012-02-22 Arnaud GierschFormat for an unsigned short is %hu.
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Marion Guthmullermodel-checker : memcmp on space really used in fragment
2012-02-21 Marion Guthmullermodel-checker : remove arg std_heap_addr in mmalloc_com...
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Marion Guthmullermodel-checker : function mmalloc_compare_mdesc rewritte...
2012-02-08 Martin QuinsonSetup the framework allowing to add backtraces to the...
2012-02-06 Martin Quinsonsplit memory snapshooting and diffing functions out...