summaryrefslogtreecommitdiff
path: root/runtime/intern.c
Commit message (Expand)AuthorAgeFilesLines
* Memprof tracking of interned data.Jacques-Henri Jourdan2019-08-271-17/+34
* Remove a level of indirection for accessing minor tables from Caml_state.KC Sivaramakrishnan2019-08-231-1/+1
* Various minor heap pointers moved to domain stateKC Sivaramakrishnan2019-08-231-1/+1
* Bugfix: handle the OOM case in [capture_callstack_major].Jacques-Henri Jourdan2019-05-211-1/+1
* Memprof sampling for blocks in the minor heap, allocated by C code.Jacques-Henri Jourdan2019-05-201-2/+6
* Statistical memory profiling of blocks allocated in the major heap.Jacques-Henri Jourdan2019-05-091-1/+1
* Make caml_named_value return a const value*.Stephen Dolan2019-03-121-1/+1
* Add CODE_CUSTOM_FIXED for fixed-size custom serializers.Stephen Dolan2018-08-221-9/+24
* Make marshalled Custom_tag objects store their length.Stephen Dolan2018-07-031-1/+19
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-0/+1053