Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Solve white space conflicts
[simgrid.git] / src / xbt / mmalloc / mmprivate.h
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-19 Marion Guthmullermodel-checker : add stats in mmalloc
2012-06-14 Marion Guthmullermodel-checker : get end heap with field breakval in...
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-09 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-09 Marion Guthmullermodel-checker : heap comparison algorithm rewrited
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-03-07 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-07 Marion Guthmullermodel-checker : SMALLEST_POSSIBLE_MALLOC increased
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-23 Arnaud GierschAn unsigned int may be too short with 64bits pointers.
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Arnaud GierschRemove unused field "locked" in struct mdesc.
2012-02-21 Marion Guthmullermodel-checker : remove arg std_heap_addr in mmalloc_com...
2012-02-08 Martin Quinsonour malloc implementation NEEDS multi-threading protection
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 QuinsonTODO--: the 'type' of each mmalloc block is granted...
2012-02-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-02 Martin Quinsonthere were no difference between __mmalloc_free and...
2012-02-02 Martin Quinsonimprove the doc to reflect recent changes (and we alrea...
2012-02-02 Martin QuinsonSimplify the malloc_info structure containing the metad...
2012-02-02 Martin QuinsonI think I understood how mmalloc works. Now, I'll do...
2012-02-02 Martin Quinsonsimply reindent
2012-02-02 Martin Quinsonwho needs aligned mallocs anyway?
2012-02-02 Martin Quinsonvarious cosmetics and comments improvements
2012-02-02 Martin Quinsoncosmetics and kill a now undeclared function prototype
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 Quinsonerrno were never updated anyway
2012-02-01 Martin Quinsonrename sup-mmap.c into mmorecore.c and simplify the...
2012-02-01 Martin Quinsonkill little useless things in mmalloc. Still searching...
2012-02-01 Martin Quinsonkill the standard hooks of mmalloc: we will change...
2012-02-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-31 Martin QuinsonKill some unused features of mmalloc
2012-01-30 Marion Guthmullermodel-checker : merge conflict resolved
2012-01-30 Marion Guthmuller.
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-30 Marion Guthmullermodel-checker : add address of std_heap into debug...
2012-01-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-13 Marion GuthmullerMerge branch 'MC_LTL'
2012-01-13 Marion Guthmullermodel-checker : new function MC_diff to display all...
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2011-12-13 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-07 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-22 Marion Guthmullermerge conflicts
2011-10-25 Marion Guthmullermodel-checker : new functions to compare mmalloc in...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-09 agierschReviewed locking in mmalloc:
2010-10-11 alegrandIndent include and src using this command:
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-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 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)