summaryrefslogtreecommitdiff
path: root/byterun/minor_gc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-558/+0
* Make caml_fatal_error accept a variable number of argumentsSébastien Hinderer2018-05-221-1/+1
* improve the caml_fatal_error_* functionsSébastien Hinderer2018-05-221-4/+4
* Trigger a minor GC when custom blocks accumulate in minor heap (#1476)Alain Frisch2018-03-281-0/+3
* add -no-flat-float-array configure optionDamien Doligez2017-09-151-1/+5
* Fix several printf format string issuesOlivier Andrieu2017-08-141-2/+2
* Align assertions with the rest of the codeSébastien Hinderer2017-03-311-3/+3
* runtime: deprecation of caml_aligned_mallocMax Mouratov2017-03-171-1/+1
* runtime: replacing direct calls to malloc/calloc/realloc/free with calls to c...Max Mouratov2017-03-171-3/+4
* Assertions cleanupSébastien Hinderer2017-03-131-12/+12
* have alloc_generic_table raise a fatal error if malloc failsOlivier Andrieu2016-11-031-2/+2
* Merge #562: Add a kind of finalisation function called without argumentDamien Doligez2016-08-011-1/+4
|\
| * [Minor] values with finalize last are not rootsFrançois Bobot2016-07-091-0/+2
| * Add finalise_last without special case during minorFrançois Bobot2016-07-091-1/+2
* | Spacetime: a new memory profiler (#585)Mark Shinwell2016-07-291-3/+3
* | Install all include files, and access internals with CAML_INTERNALSFabrice Le Fessant2016-07-121-0/+2
|/
* Merge tag 4.03.0 into trunk.Damien Doligez2016-04-281-9/+35
* Remove dead code related to old MMAP_INTERVALJacques-Henri Jourdan2016-03-071-32/+0
* Fix PR7157 (too many minor collections)Mark Shinwell2016-03-031-14/+17
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* Fix for Windows following merge of GPR#22.alainfrisch2016-01-271-1/+1
* Add a test specifically for weak tableFrançois Bobot2016-01-251-16/+24
* [GC] add full-featured ephemerons in an inefficient wayFrançois Bobot2016-01-231-9/+66
* [GC] Factorize the management of resizable arraysdoligez2016-01-231-22/+42
* Fix problem reported in GPR#435: assertion failureFrançois Bobot2016-01-231-1/+0
* Revert the change to the GC calling protocol: the allocation pointerDamien Doligez2015-12-211-0/+2
* GC latency improvementsDamien Doligez2015-12-211-38/+157
* Allow allocating custom blocks with finalizers in the minor heap.Gabriel Scherer2015-08-161-1/+12
* merge branch 4.02 from rev 16205 to rev 16238Damien Doligez2015-07-291-2/+0
* merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16...Damien Doligez2015-07-171-5/+11
* PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer2014-12-271-13/+13
* Start tidying up the runtime:Damien Doligez2014-12-121-11/+12
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-041-2/+3
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* PR#5518: segfault with lazy empty arrayDamien Doligez2012-03-061-2/+7
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* lazy: do not short-circuit to pointers outside the heapDamien Doligez2008-07-281-3/+7
* merge changes 3.10.0 -> 3.10.1Damien Doligez2008-01-111-0/+5
* PR#4448: replace dense page table by sparse hash table.Xavier Leroy2008-01-031-3/+11
* grosse amelioration des Weak a courte duree de vieDamien Doligez2007-05-041-33/+68
* Remplacement long/unsigned long par intnat/uintnatXavier Leroy2005-09-221-2/+4
* PR#1914,PR#1956, suppression du portage Mac OS 9Damien Doligez2004-01-051-5/+5
* depollution suite (et fin?) (PR#1914 et PR#1956)Damien Doligez2004-01-021-5/+5
* depollution suite (PR#1914 et PR#1956)Damien Doligez2004-01-011-5/+5
* depollution suite (PR#1914, PR#1956)Damien Doligez2003-12-311-64/+64
* depollution suite (PR#1914 et PR#1956); byterun/weak.c: PR#1929 suiteDamien Doligez2003-12-291-5/+7
* PR#1878Damien Doligez2003-10-161-3/+2
* PR#1379Damien Doligez2002-09-181-3/+24
* detabisationDamien Doligez2002-07-231-3/+3
* Reinitialiser young_limit a la fin de chaque GC mineur, meme s'il n'a pas ete...Xavier Leroy2002-06-061-1/+2