Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : fix detection of dangling pointers in system state comparison
[simgrid.git] / src / xbt / mmalloc / mm.c
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
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
2012-12-19 Martin Quinsonuse system malloc for the raw heap if GNU ld is used
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-02 Martin Quinsonwho needs aligned mallocs anyway?
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 QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
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 sbrk-based morecore: we'll never use less...
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
2010-10-11 alegrandIndent include and src using this command:
2010-05-06 mquinsonFight for better integration of mmalloc, mc and xbt
2010-05-05 mquinsonUnify the copyright headers of mmalloc with the rest...
2010-05-05 mquinsonNew module: mmalloc (mapped malloc)