ocaml/runtime
Jose Fernando Lopez Fernandez e6096b8f6c Removed function caml_init_alloc_for_heap from memory.h (#8710)
* Removed the function 'caml_init_alloc_from_heap' from memory.h, as well as it's definition in memory.c, and the calling code in gc_ctrl.c. The function was unconditionally returning zero with no other functionality, as explained in issue #8709.

No change entry needed.
2019-09-23 16:04:43 +02:00
..
caml Removed function caml_init_alloc_for_heap from memory.h (#8710) 2019-09-23 16:04:43 +02:00
.depend Split Linearize into two modules 2019-09-04 11:55:11 +01:00
Makefile Domain state support for msvc32 2019-08-23 09:50:05 +05:30
afl.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
alloc.c Ensure that C allocation functions do not trigger callbacks. 2019-08-29 09:35:42 +01:00
amd64.S Fix ENDFUNCTION macros args for callbacks 2019-08-23 09:50:05 +05:30
amd64nt.asm Simplify awk scripts, fix comments and signatures. 2019-08-23 09:50:05 +05:30
arm.S Simplify awk scripts, fix comments and signatures. 2019-08-23 09:50:05 +05:30
arm64.S Remove inclusion of config.h from the files that generate domain state table. 2019-08-23 09:50:05 +05:30
array.c Remove a level of indirection for accessing minor tables from Caml_state. 2019-08-23 09:50:05 +05:30
backtrace.c Fix long lines 2019-08-23 09:50:05 +05:30
backtrace_byt.c Fix long lines 2019-08-23 09:50:05 +05:30
backtrace_nat.c Fix long lines 2019-08-23 09:50:05 +05:30
bigarray.c Move local_roots, compare unorderd and gc request variables to domain state 2019-08-23 09:50:05 +05:30
callback.c Fix long lines 2019-08-23 09:50:05 +05:30
clambda_checks.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
compact.c Remove a level of indirection for accessing minor tables from Caml_state. 2019-08-23 09:50:05 +05:30
compare.c Move local_roots, compare unorderd and gc request variables to domain state 2019-08-23 09:50:05 +05:30
custom.c Remove a level of indirection for accessing minor tables from Caml_state. 2019-08-23 09:50:05 +05:30
debugger.c Move bytecode global variables to domain state 2019-08-23 09:50:05 +05:30
domain.c Remove a level of indirection for accessing minor tables from Caml_state. 2019-08-23 09:50:05 +05:30
dune dune: add an alias @libs that is buildable on 4.09 2019-08-28 15:05:16 +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 Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
fail_byt.c Move bytecode global variables to domain state 2019-08-23 09:50:05 +05:30
fail_nat.c Rename exn_handler to exception_pointer 2019-08-23 09:50:05 +05:30
finalise.c Use [caml_something_to_do] both in native and bytecode mode to remember that callbacks are pending. 2019-06-06 16:08:06 +02:00
fix_code.c Dynlink support for ocamldebug 2019-07-16 10:52:48 +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 Removed function caml_init_alloc_for_heap from memory.h (#8710) 2019-09-23 16:04:43 +02:00
gen_domain_state32_inc.awk Simplify awk scripts, fix comments and signatures. 2019-08-23 09:50:05 +05:30
gen_domain_state64_inc.awk Simplify awk scripts, fix comments and signatures. 2019-08-23 09:50:05 +05:30
gen_primitives.sh Improve shell scripts (#1690) 2019-06-19 16:15:02 +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 Fix ENDFUNCTION macros args for callbacks 2019-08-23 09:50:05 +05:30
i386nt.asm Domain state support for msvc32 2019-08-23 09:50:05 +05:30
instrtrace.c Fix long lines 2019-08-23 09:50:05 +05:30
intern.c Memprof tracking of interned data. 2019-08-27 19:14:56 +02:00
interp.c Fix long lines 2019-08-23 09:50:05 +05:30
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 Remove a level of indirection for accessing minor tables from Caml_state. 2019-08-23 09:50:05 +05:30
md5.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
memory.c Removed function caml_init_alloc_for_heap from memory.h (#8710) 2019-09-23 16:04:43 +02:00
memprof.c Memprof tracking of interned data. 2019-08-27 19:14:56 +02:00
meta.c Simplify awk scripts, fix comments and signatures. 2019-08-23 09:50:05 +05:30
minor_gc.c Merge pull request #8729 from jhjourdan/memprof_intern 2019-08-29 22:39:46 +02:00
misc.c Merge branch 'trunk' into fatal_error_abort 2019-07-31 11:18:57 +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 Remove inclusion of config.h from the files that generate domain state table. 2019-08-23 09:50:05 +05:30
printexc.c Move backtrace support global variables to domain state. 2019-08-23 09:50:05 +05:30
roots_byt.c Memprof: stop using C global roots, and use our own root system. 2019-08-27 19:05:03 +02:00
roots_nat.c Memprof: stop using C global roots, and use our own root system. 2019-08-27 19:05:03 +02:00
s390x.S Remove inclusion of config.h from the files that generate domain state table. 2019-08-23 09:50:05 +05:30
signals.c Ensure that C allocation functions do not trigger callbacks. 2019-08-29 09:35:42 +01:00
signals_byt.c Use [caml_something_to_do] both in native and bytecode mode to remember that callbacks are pending. 2019-06-06 16:08:06 +02:00
signals_nat.c Simplify awk scripts, fix comments and signatures. 2019-08-23 09:50:05 +05:30
signals_osdep.h Restore exception pointer macros in signals_osdeps.h 2019-08-23 09:50:05 +05:30
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 Fix long lines 2019-08-23 09:50:05 +05:30
startup_aux.c Runtime: hide & rename _T macro (#2075) 2019-04-14 09:13:24 +02:00
startup_byt.c Intialise domains earlier 2019-08-23 09:50:05 +05:30
startup_nat.c Intialise domains earlier 2019-08-23 09:50:05 +05:30
str.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
sys.c Fix long lines 2019-08-23 09:50:05 +05:30
unix.c Remove the dl_needs_underscore feature (#2115) 2018-10-25 15:12:22 +02:00
weak.c Remove a level of indirection for accessing minor tables from Caml_state. 2019-08-23 09:50:05 +05:30
win32.c young_ptr and young_limit are now in domain state 2019-08-23 09:50:05 +05:30