Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Storage parsing skip empty line
[simgrid.git] / src / xbt / mmalloc /
2013-01-28 Arnaud GierschAvoid "maybe uninitialized" warning.
2013-01-25 Marion Guthmullermodel-checker : need to switch between raw heap and...
2013-01-25 Marion Guthmullermodel-checker : move function from mc_global in mm_modu...
2013-01-25 Marion Guthmullermodel-checker : start canonicalizatipn in heap comparis...
2013-01-25 Marion Guthmullermodel-checker : cleanups for heap comparison from globa...
2013-01-25 Marion Guthmullermodel-checker : stop heap comparison when the first...
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2013-01-10 Marion Guthmullermodel-checker : some cleanup in mmalloc_compare_heap...
2013-01-07 Marion Guthmullermodel-checker : comment backtrace and add ignore mechan...
2012-12-19 Martin Quinsonuse system malloc for the raw heap if GNU ld is used
2012-11-30 shensheiMerge ../simgrid
2012-11-28 paul bedarideAdd macros to generate simcalls code
2012-11-28 Marion Guthmullermodel-checker : try first to associate each block or...
2012-11-27 Marion Guthmullermodel-checker : remove unnecessary step
2012-11-27 Marion Guthmullermodel-checker : equal_to field of blocks/fragments...
2012-11-27 Marion Guthmullermodelc-checker : reset list of blocks/fragments pairs...
2012-11-27 Marion Guthmullermodel-checker : init equal_to field to -1 for each...
2012-11-27 Marion Guthmullermodel-checker : set size used to 0 when free fragment
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-25 Martin Quinsonxbt_os_procname and xbt_binary_name are the same -...
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-23 Arnaud GierschRename gras_config to internal_config.
2012-11-22 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-21 Martin Quinsons/lastest/latest/ (stupid me)
2012-11-19 Marion Guthmullermodel-checker : fix compilation error (with optimizatio...
2012-11-18 Marion Guthmullermodel-checker : improve stack ignore in heap comparison...
2012-11-14 Arnaud GierschSize can be negative. Use ssize_t instead of size_t.
2012-11-12 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-11 Marion Guthmullermodel-checker : remove chunks used comparison at the...
2012-11-09 Marion Guthmullermodel-checker : getter function for chunks used in...
2012-11-09 Marion Guthmullermodel-checker : use statistics already included in...
2012-11-09 Marion Guthmullermodel-checker : initialize global variables
2012-11-07 Marion Guthmullermodel-checker : initialize global variable ignore_done...
2012-11-07 Marion Guthmullermodel-checker : add ignore mechanism for comparison...
2012-10-27 Marion Guthmullermodel-checker : update second parameter of mmorecore...
2012-10-27 Marion Guthmullermodel-checker : fix memory leaks in heap comparison
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-27 Arnaud GierschMerge branch 'v3_8_x'
2012-10-25 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-25 navarroTranform extern for XBT_PUBLIC
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-19 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-19 Maximiliano GeierMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-18 Arnaud GierschDon't ignore return value of 'system'.
2012-10-16 Martin Quinsondocument that we really need xbt_os_thread_atfork ...
2012-10-16 Martin QuinsonDo not store any metadata where the user (was) legitima...
2012-10-14 Martin Quinsontry to get /some/ info from the cdash by not intentiona...
2012-10-12 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-12 Marion Guthmullermodel-checker : display malloc backtrace according...
2012-10-11 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-11 Arnaud GierschReturn immediately if p==NULL.
2012-10-10 Marion Guthmullerfunction check_fraghead to detect mmalloc metadata...
2012-10-09 Martin Quinsonimprove a comment
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-09 Marion Guthmullerset value -1 in unsigned short cannot work fine ...
2012-10-08 Marion Guthmullerset size_used negative for free fragment/block
2012-10-08 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-08 Marion GuthmullerUNLOCK forgotten before THROWF
2012-10-08 Marion Guthmullercheck if free on fragment already free
2012-10-08 Martin QuinsonBug fix in mrealloc where the previous content could...
2012-10-08 Martin Quinsonadd a basic tesh test about mmalloc
2012-10-08 Martin Quinsonkill a very old TODO file. We don't care of running...
2012-10-05 Marion Guthmullermodel-checker : extend MC_ignore mechanism for global...
2012-10-05 Marion Guthmullercosmetics
2012-10-05 Marion Guthmullermodel-checker : check if a difference detected in stack...
2012-10-05 Marion Guthmullermodel-checker : store equality detected in heap compari...
2012-10-05 Marion Guthmullermodel-checker : ignore stack areas in heap comparison...
2012-10-05 Marion Guthmullermodel-checker : previous algorithm for heap comparison...
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-17 Marion Guthmullermodel-checker : try first to associate each block or...
2012-08-16 Marion Guthmullermodel-checker : remove unnecessary step
2012-08-16 Marion Guthmullermodel-checker : equal_to field of blocks/fragments...
2012-08-16 Marion Guthmullermodelc-checker : reset list of blocks/fragments pairs...
2012-08-16 Marion Guthmullermodel-checker : init equal_to field to -1 for each...
2012-08-16 Marion Guthmullermodel-checker : set size used to 0 when free fragment
2012-08-02 Marion Guthmullermodel-checker : add block and fragment number in mc_ign...
2012-08-01 Marion Guthmullermodel-checker : count ignore done in heap comparison...
2012-08-01 Marion Guthmullermodel-checker : sort ignore list and dichotomic search
2012-08-01 Marion Guthmullermodel-checker : forget case of comparison in heap compa...
2012-08-01 Marion Guthmullermodel-checker : ignore irrelevant differences for heap...
2012-07-31 Jean-Baptiste HervéMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-07-30 Marion Guthmullermodel-checker : cleanup for heap comparison
2012-07-25 Marion Guthmullermodel-checker : new heap comparison algorithm
2012-07-12 Marion Guthmullermodel-checker : remove unnecessary memset on free fragm...
2012-07-10 Marion Guthmullermodel-checker : new recursive function for comparison...
2012-07-10 Marion Guthmullermodel-checker : malloc_backtrace_display functions...
2012-07-10 Marion Guthmullermodel-checker : heapinfo adresses refer to saved heap...
2012-07-10 Marion Guthmullermodel-checker : remove header of unused function
2012-07-10 Marion Guthmullermodel-checker : memset 0 on free block/fragment
2012-07-10 Marion Guthmullermodel-checker : update backtrace display
2012-07-10 Marion Guthmullermodel-checker : remove unused function
2012-07-10 Marion Guthmullermodel-checker : initialize variables
2012-07-03 Marion Guthmullermodel-checker : pointer detection fixed
2012-07-02 Marion Guthmullermodel-checker : extend pointer detection in heap compar...
next