ocaml/runtime/caml
David Allsopp 9a7a17c012 Add Sys.mkdir 2020-07-21 14:15:40 +01:00
..
address_class.h Is_in_static_data is not available in no-naked-pointers mode 2020-06-23 10:30:40 +02:00
alloc.h Add Val_some,Val_none,Some_val, Is_none, Is_some, Tag_some (#9569) 2020-06-01 19:31:47 +02:00
backtrace.h Merge pull request #9253 from Octachron/easier_compat 2020-01-21 22:02:57 +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 Merge pull request #9253 from Octachron/easier_compat 2020-01-21 22:02:57 +01:00
debugger.h Dynlink support for ocamldebug 2019-07-16 10:52:48 +02: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 Represent eventlog_startup_pid as long int 2020-07-17 19:49:27 +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 Merge pull request #9253 from Octachron/easier_compat 2020-01-21 22:02:57 +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 Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +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 Avoid running signal handlers while holding locks in io.c 2020-07-27 17:29:39 +01:00
m.h.in Memprof: optimize random sampling (#9466) 2020-05-25 09:51:15 +02:00
major_gc.h Major GC hooks are no longer allowed to interact with the GC heap. (#8711) 2019-06-04 19:58:20 +02:00
md5.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
memory.h Statmemprof support for native allocations (incl. Comballoc) 2020-01-25 22:55:56 +01:00
memprof.h Memprof: getting rid of caml_memprof_shutdown 2020-06-10 19:18:48 +02:00
minor_gc.h Replace static inline with Caml_inline 2020-02-11 09:33:55 +00:00
misc.h Add Sys.mkdir 2020-07-21 14:15:40 +01:00
mlvalues.h Simplified compaction without page table (#9728) 2020-07-13 10:59:05 +02:00
osdeps.h Avoid running signal handlers while holding locks in io.c 2020-07-27 17:29:39 +01:00
prims.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
printexc.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
reverse.h Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
roots.h Avoid inclusion of caml/roots.h to fail when CAML_INTERNALS is defined but not CAML_NAME_SPACE (#9241) 2020-01-27 17:21:27 +01:00
s.h.in ios: Sys.command is not supported 2020-07-25 08:37:06 +00:00
signals.h Avoid running signal handlers while holding locks in io.c 2020-07-27 17:29:39 +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 Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02: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 Fix #9344 (#9368) 2020-03-17 11:38:45 +00:00
startup_aux.h Add caml_alloc_custom_mem (#1738) 2018-11-06 13:42:48 +01:00
sys.h Remove the C plugins mechanism (#1867) 2018-07-03 18:22:51 +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