Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / xbt / mmalloc / mm.c
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-04-08 Arnaud GierschUpdate copyright headers.
2017-12-05 Arnaud GierschHide xbt_swag under the hood of mmalloc, its only remai...
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-03-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-09 Martin Quinsonbetter load src/internal_config.h before testing on...
2016-03-09 Gabriel CoronaFix HAVE_FOOBAR flags handling
2014-06-27 Gabriel CoronaMerge branch 'mc'
2014-05-26 Gabriel CoronaMerge branch 'master' into mc
2014-05-16 Gabriel CoronaMerge branch 'mc_without_ksm' into mc
2014-05-16 Gabriel Corona[mc] Move mm_diff in mc/
2014-04-22 Stéphane CastelliMerge branch 'smpi-topo'
2014-04-01 Arnaud GierschCosmetics: move SimGrid copyright on top.
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-05 Arnaud GierschAdd/update copyright notices.
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
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)