summaryrefslogtreecommitdiff
path: root/byterun/gc_ctrl.c
Commit message (Expand)AuthorAgeFilesLines
* Restore 32bit compilation (#1295)David Allsopp2017-08-291-3/+5
* Fix several printf format string issuesOlivier Andrieu2017-08-141-23/+36
* Align assertions with the rest of the codeSébastien Hinderer2017-03-311-1/+2
* Assertions cleanupSébastien Hinderer2017-03-131-40/+42
* fix caml_alloc_sprintf invocation in caml_runtime_parametersOlivier Andrieu2017-03-011-3/+3
* PR#7378: Manual major GC fails to compact the heapDamien Doligez2016-12-141-1/+1
* Merge #562: Add a kind of finalisation function called without argumentDamien Doligez2016-08-011-0/+4
|\
| * Fix finalise_last value not moved to major heapFrançois Bobot2016-07-091-0/+4
* | Install all include files, and access internals with CAML_INTERNALSFabrice Le Fessant2016-07-121-1/+3
|/
* Add caml_gc_minor_words primitivePierre Chambart2016-05-121-0/+12
* Merge tag 4.03.0 into trunk.Damien Doligez2016-04-281-1/+0
* Typo in gc_ctrl.chhugo2016-03-281-1/+2
* Remove dead code related to old MMAP_INTERVALJacques-Henri Jourdan2016-03-071-2/+0
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* add commentsDamien Doligez2015-12-211-0/+1
* GC latency improvementsDamien Doligez2015-12-211-12/+139
* whitespace cleanup, cut long lines, add some missing headersDamien Doligez2015-09-111-2/+3
* Fix call to undeclared function "caml_ml_enable_runtime_warnings" in startup_...Xavier Leroy2015-08-041-0/+13
* PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer2014-12-271-12/+12
* more cleanup of char * and sizesDamien Doligez2014-12-241-10/+8
* fix type errors (warnings) reported by the C compilerDamien Doligez2014-12-161-2/+1
* Start tidying up the runtime:Damien Doligez2014-12-121-21/+24
* PR#6539: don't divide caml_major_heap_increment by the word sizeJérémie Dimino2014-09-031-1/+1
* fix major performance problem on large heaps by making the heap increment pro...Damien Doligez2014-02-201-19/+30
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-041-1/+1
* Fix several C compiler warnings.Benedikt Meurer2012-12-291-1/+8
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez2012-07-261-14/+6
* More renaming to OCamlDamien Doligez2012-02-101-1/+1
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* merge changes from 3.12.0 to 3.12.1Damien Doligez2011-07-201-1/+6
* - Refactoring of otherlibs/systhreadsXavier Leroy2010-04-271-2/+8
* merge changes from release/3.11.1 to release/3.11.2Damien Doligez2010-01-201-1/+1
* inconsistency reported by BasileDamien Doligez2009-11-041-1/+1
* merge changes from 3.10.2merged to 3.11.0Damien Doligez2008-12-031-3/+23
* better anti-fragmentation measuresDamien Doligez2008-02-291-4/+0
* merge changes 3.10.0 -> 3.10.1Damien Doligez2008-01-111-3/+6
* PR#4448: replace dense page table by sparse hash table.Xavier Leroy2008-01-031-0/+1
* Remplacement long/unsigned long par intnat/uintnatXavier Leroy2005-09-221-34/+35
* fusion des changements jusqu'a 3.08.3Damien Doligez2005-03-241-0/+19
* unused variables en mode debugDamien Doligez2004-07-091-10/+0
* appeler les fonctions de finalisation apres compactageDamien Doligez2004-04-151-0/+1
* ajout Gc.quick_statDamien Doligez2004-01-301-0/+36
* suppression du support Mac OS 9Damien Doligez2004-01-081-5/+1
* depollution suite (et fin?) (PR#1914 et PR#1956)Damien Doligez2004-01-021-44/+45
* depollution suite (PR#1914, PR#1956)Damien Doligez2003-12-311-53/+53
* depollution suite (PR#1914 et PR#1956); byterun/weak.c: PR#1929 suiteDamien Doligez2003-12-291-21/+23
* retombee du PR#1495 : suppression de Heap_chunk_maxDamien Doligez2002-12-151-1/+0
* PR#1495Damien Doligez2002-12-121-0/+3
* petite discrepance byte/wordDamien Doligez2002-11-151-1/+1