Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix format strings to match their arguments.
[simgrid.git] / src / xbt / mmalloc /
2012-02-21 Arnaud GierschThe semaphore doesn't need to be shared between processes.
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-21 Marion Guthmullermodel-checker : add backtrace when large block(s) mallo...
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-21 Marion Guthmullermodel-checker: remove subcategory log unused
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-06 Martin QuinsonFixups in mrealloc
2012-02-06 Martin QuinsonTHROWF won't work in mmalloc: it needs to malloc stuff...
2012-02-06 Martin Quinsonsplit memory snapshooting and diffing functions out...
2012-02-03 Martin QuinsonI don't need an extra file just to define calloc when...
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 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 Quinsonimprove the doc to reflect recent changes (and we alrea...
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 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 Quinsonfurther little clarifications in mmalloc comments
2012-02-02 Martin Quinsonvarious cosmetics and comments improvements
2012-02-02 Martin Quinsonnormalize the function names wrt to the rest of XBT
2012-02-02 Martin Quinsoninline a function used at only one location.
2012-02-02 Martin Quinsoncosmetics and kill a now undeclared function prototype
2012-02-02 Martin Quinsonkill an unused/undocumented/un-understood function
2012-02-02 Martin Quinsongroup together all functions speaking of module and...
2012-02-02 Martin Quinsonmerge two files (I'll ignore both of these functions...
2012-02-01 Martin Quinsonkill dupplicated code between legacy interface and...
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 QuinsonI finally understood what this function is good for
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 Quinsoncosmetics and comment improvements
2012-02-01 Martin Quinsonrename sup-mmap.c into mmorecore.c and simplify the...
2012-02-01 Martin Quinsonkill the sbrk-based morecore: we'll never use less...
2012-02-01 Martin Quinsonmove a global definition so that we can kill the sbrk...
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-29 Marion Guthmullermodel-checker : more debug informations in function...
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-12 Marion Guthmullermodel-checker : %zu instead of %Zu in printf
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-10 Arnaud GierschFix format.
2012-01-10 Arnaud GierschDon't use printf modifier %Z. Use %z instead.
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-05 Marion Guthmullermodel-checker : warnings fixed
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-13 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-07 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-06 Marion Guthmullermodel-checker : block 0 (mdp->heapinfo[0]) removed...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-30 Marion Guthmullermodel-checker : all heapstats except total size of...
2011-11-30 Marion Guthmullermodel-checker : remove comparison of heapstats between...
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-30 Marion Guthmullermodel-checker : heap compared block by block or fragmen...
2011-11-22 Marion Guthmullermerge conflicts
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-02 Marion Guthmullermodel-checker : add or remove debug information
2011-10-28 Marion Guthmullermodel-checker : function mmalloc_compare_mdesc fixed...
2011-10-25 Marion Guthmullermodel-checker : function to compare values of propositi...
2011-10-25 Marion Guthmullermodel-checker : change printf for size_t variables
2011-10-25 Marion Guthmullermodel-checker : test data in libsimgrid memory region...
2011-10-25 Marion Guthmullermodel-checker : new functions to compare mmalloc in...
2011-10-20 Martin Quinsonmerge branches
2011-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-06-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-07 Arnaud GierschThrow an exception if return value shows an error.
2011-04-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-20 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-20 Arnaud GierschAlign address on a page boundary.
2011-04-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-19 Martin Quinsonmore explicit error messages on mmap madness
2011-04-19 Christophe ThiéryFix compilation error
2011-04-19 Martin Quinsonmore informative error messages on errors within mmalloc
2011-01-06 navarropNeed this lines because when using gtnets, the libgtnet...
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
next