ocaml/runtime/caml
David Allsopp 001c2d1283 Restore Cygwin64 support 2020-09-21 13:36:03 +01:00
..
address_class.h Eliminate caml_code_area globals (#9909) 2020-09-14 09:16:09 +01:00
alloc.h Remove unimplemented functions in caml/alloc.h 2020-09-04 15:41:29 +01:00
backtrace.h Remove CAMLprim and CAMLexport from backtrace.h 2020-09-10 11:01:19 +01:00
backtrace_prim.h Print function names (derived from Lambda.scoped_location) in backtraces 2020-04-27 12:58:53 +01:00
bigarray.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
callback.h Move exception encoding helpers from caml/callback.h to caml/mlvalues.h 2019-10-17 20:14:19 +02:00
codefrag.h More efficient management of code fragments (#9654) 2020-06-11 10:39:19 +02:00
compact.h best-fit allocator (#8809) 2019-10-15 13:52:16 +02:00
compare.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
compatibility.h Do not run OCaml code inside signal handlers 2020-07-27 17:29:39 +01:00
config.h Get rid of dead code that was introduced for an hypothetical JIT (#9710) 2020-07-05 19:41:45 +02:00
custom.h Declare caml_*_ops in headers 2020-09-04 15:25:49 +01:00
debugger.h Remaining functions requiring explicit export 2020-09-18 12:11:20 +01:00
domain.h Fix copyright headers again 2019-08-23 09:50:05 +05:30
domain_state.h Add a terminator to the domain_state 2020-06-29 21:24:24 +02:00
domain_state.tbl Garbage collector colours change (#9756) 2020-09-17 17:24:04 +02:00
dune Provide a way to build the bytecode compiler using Dune (#2093) 2018-10-10 16:16:00 +01:00
dynlink.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
eventlog.h Rewrite the instrumented runtime to store traces in the CTF format. 2020-04-30 10:32:01 +02:00
exec.h bump magic numbers for 4.10 2019-11-05 16:11:54 +01:00
fail.h Remaining functions requiring explicit export 2020-09-18 12:11:20 +01:00
finalise.h Resource-safe C interface for async callbacks 2019-10-17 20:14:19 +02:00
fix_code.h Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
freelist.h The best-fit allocator must prepare the heap for compaction. Fixes #9736 2020-07-15 11:53:46 +02:00
gc.h Garbage collector colours change (#9756) 2020-09-17 17:24:04 +02:00
gc_ctrl.h Merge pull request #9253 from Octachron/easier_compat 2020-01-21 22:02:57 +01:00
globroots.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
hash.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
hooks.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
instrtrace.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
instruct.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
interp.h Get rid of dead code that was introduced for an hypothetical JIT (#9710) 2020-07-05 19:41:45 +02:00
intext.h Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
io.h Declare primitives used by unix in io.h 2020-09-10 16:34:24 +01:00
m.h.in Memprof: optimize random sampling (#9466) 2020-05-25 09:51:15 +02:00
major_gc.h Garbage collector colours change (#9756) 2020-09-17 17:24:04 +02:00
md5.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
memory.h Guard heap functions with CAML_INTERNALS 2020-09-04 15:57:57 +01:00
memprof.h Remaining functions requiring explicit export 2020-09-18 12:11:20 +01:00
minor_gc.h Guard most of minor_gc.h with CAML_INTERNALS 2020-09-04 15:53:44 +01:00
misc.h Restore Cygwin64 support 2020-09-21 13:36:03 +01:00
mlvalues.h Simplified compaction without page table (#9728) 2020-07-13 10:59:05 +02:00
osdeps.h Remaining functions requiring explicit export 2020-09-18 12:11:20 +01:00
prims.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
printexc.h Guard caml_fatal_uncaught_exception with CAML_INTERNALS 2020-09-04 15:59:43 +01:00
reverse.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
roots.h Use different symbol names for caml_do_local_roots on bytecode and native code (#9503) 2020-08-25 21:22:34 +01:00
s.h.in ios: Sys.command is not supported 2020-07-25 08:37:06 +00:00
signals.h Remaining functions requiring explicit export 2020-09-18 12:11:20 +01:00
signals_machdep.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
skiplist.h Refactor skiplist to avoid UB casts (#9660) 2020-06-10 16:40:51 +02:00
spacetime.h Tidy spacetime.h 2020-09-14 14:54:10 +01:00
stack.h Add RISC-V native-code backend (#9441) 2020-04-24 16:04:50 +02:00
stacks.h Revised linking of trap frames in bytecode interpreter stack 2020-06-18 15:06:24 +02:00
startup.h Tidy caml_main declaration 2020-09-10 12:05:46 +01:00
startup_aux.h Add caml_alloc_custom_mem (#1738) 2018-11-06 13:42:48 +01:00
sys.h Remove dup. declaration of caml_sys_time_unboxed 2020-09-10 09:54:43 +01:00
ui.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
weak.h Fix assertion in weak.h when data fild is an infix pointer. 2020-07-18 08:24:12 +02:00