ocaml/runtime
Jacques-Henri Jourdan 052a950dea Statistical memory profiling of blocks allocated in the major heap. 2019-05-09 16:40:45 +02:00
..
caml Statistical memory profiling of blocks allocated in the major heap. 2019-05-09 16:40:45 +02:00
.depend Statistical memory profiling of blocks allocated in the major heap. 2019-05-09 16:40:45 +02:00
Makefile Statistical memory profiling of blocks allocated in the major heap. 2019-05-09 16:40:45 +02:00
afl.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
alloc.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
amd64.S Ensure that Gc.minor_words remains accurate after a GC (#8619) 2019-05-04 10:01:23 +02:00
amd64nt.asm Ensure that Gc.minor_words remains accurate after a GC (#8619) 2019-05-04 10:01:23 +02:00
arm.S Ensure that Gc.minor_words remains accurate after a GC (#8619) 2019-05-04 10:01:23 +02:00
arm64.S Ensure that Gc.minor_words remains accurate after a GC (#8619) 2019-05-04 10:01:23 +02:00
array.c No need to call [caml_initialize] in [caml_make_vect], since we make sure the initial value is not in the minor heap. 2019-05-05 17:02:32 +02:00
backtrace.c Statistical memory profiling of blocks allocated in the major heap. 2019-05-09 16:40:45 +02:00
backtrace_byt.c Statistical memory profiling of blocks allocated in the major heap. 2019-05-09 16:40:45 +02:00
backtrace_nat.c Statistical memory profiling of blocks allocated in the major heap. 2019-05-09 16:40:45 +02:00
bigarray.c fix memory leak in Bigarray.{slice,change_layout,sub,reshape} 2019-04-02 11:04:38 +02:00
callback.c Merge pull request #2293 from stedolan/named-value-const 2019-03-18 09:45:02 +00:00
clambda_checks.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
compact.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
compare.c Remove LACKS_SANE_NAN and LACKS_VCSPRINTF. 2019-04-15 16:11:29 +01:00
custom.c Add caml_alloc_custom_mem (#1738) 2018-11-06 13:42:48 +01:00
debugger.c Runtime: hide & rename _T macro (#2075) 2019-04-14 09:13:24 +02:00
dune Provide a way to build the bytecode compiler using Dune (#2093) 2018-10-10 16:16:00 +01:00
dynlink.c Runtime: hide & rename _T macro (#2075) 2019-04-14 09:13:24 +02:00
dynlink_nat.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
extern.c Constify "identifier" in struct custom_operations (#2240) 2019-02-28 16:32:55 +01:00
fail_byt.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
fail_nat.c Make caml_named_value return a const value*. 2019-03-12 12:07:04 +00:00
finalise.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
fix_code.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
floats.c Remove LACKS_SANE_NAN and LACKS_VCSPRINTF. 2019-04-15 16:11:29 +01:00
freelist.c also fix pointer comparisons outside assertions 2019-04-08 08:47:12 +01:00
gc_ctrl.c fix #7829: pointer comparisons in assertions 2019-04-08 08:47:12 +01:00
gen_primitives.sh Statistical memory profiling of blocks allocated in the major heap. 2019-05-09 16:40:45 +02:00
globroots.c Fix a bug in [caml_modify_generational_global_root] 2019-05-05 16:40:29 +02:00
hash.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
i386.S Ensure that Gc.minor_words remains accurate after a GC (#8619) 2019-05-04 10:01:23 +02:00
i386nt.asm Ensure that Gc.minor_words remains accurate after a GC (#8619) 2019-05-04 10:01:23 +02:00
instrtrace.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
intern.c Statistical memory profiling of blocks allocated in the major heap. 2019-05-09 16:40:45 +02:00
interp.c Fixing typos in various files (#2246) 2019-02-13 14:04:56 +01:00
ints.c Optimized 3-way comparisons for int and float (#2250) 2019-03-23 15:51:59 +01:00
io.c Add caml_alloc_custom_mem (#1738) 2018-11-06 13:42:48 +01:00
lexing.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
main.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
major_gc.c Fixing typos in various files (#2246) 2019-02-13 14:04:56 +01:00
md5.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
memory.c Statistical memory profiling of blocks allocated in the major heap. 2019-05-09 16:40:45 +02:00
memprof.c Statistical memory profiling of blocks allocated in the major heap. 2019-05-09 16:40:45 +02:00
meta.c Statistical memory profiling of blocks allocated in the major heap. 2019-05-09 16:40:45 +02:00
minor_gc.c Statistical memory profiling of blocks allocated in the major heap. 2019-05-09 16:40:45 +02:00
misc.c MPR#7814: fix non-prefixed symbol names in debug and instrumented runtimes (#1900) 2018-07-13 16:06:36 +02:00
obj.c Statistical memory profiling of blocks allocated in the major heap. 2019-05-09 16:40:45 +02:00
parsing.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
power.S Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
printexc.c Make caml_named_value return a const value*. 2019-03-12 12:07:04 +00:00
roots_byt.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
roots_nat.c Remove vestigial support for stacks that grow upward (#1880) 2018-07-05 09:58:27 +01:00
s390x.S Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
signals.c Fix Thread.sigmask, take 2 (#2211) 2019-03-01 14:14:29 +01:00
signals_byt.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
signals_nat.c Statistical memory profiling of blocks allocated in the major heap. 2019-05-09 16:40:45 +02:00
signals_osdep.h Add FreeBSD/aarch64 support 2019-03-22 15:35:43 +03:00
spacetime_byt.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
spacetime_nat.c Runtime: hide & rename _T macro (#2075) 2019-04-14 09:13:24 +02:00
spacetime_snapshot.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
stacks.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
startup_aux.c Runtime: hide & rename _T macro (#2075) 2019-04-14 09:13:24 +02:00
startup_byt.c Runtime: hide & rename _T macro (#2075) 2019-04-14 09:13:24 +02:00
startup_nat.c Runtime: hide & rename _T macro (#2075) 2019-04-14 09:13:24 +02:00
str.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
sys.c Fix spacing in runtime/ys.c 2019-04-02 11:13:53 +02:00
unix.c Remove the dl_needs_underscore feature (#2115) 2018-10-25 15:12:22 +02:00
weak.c Statistical memory profiling of blocks allocated in the major heap. 2019-05-09 16:40:45 +02:00
win32.c Merge pull request #8607 from stedolan/sane-nan 2019-04-16 12:18:20 +02:00