ocaml/testsuite/tests/statmemprof
Stephen Dolan 6a3af5c926 Add Gc.Memprof.allocation_source 2020-11-17 11:17:52 +00:00
..
arrays_in_major.ml Add Gc.Memprof.allocation_source 2020-11-17 11:17:52 +00:00
arrays_in_major.reference Memprof: get precise callstacks when memory is allocated directly in the bytecode interpreter. 2020-01-15 11:59:51 +01:00
arrays_in_minor.ml Add Gc.Memprof.allocation_source 2020-11-17 11:17:52 +00:00
arrays_in_minor.reference Memprof: get precise callstacks when memory is allocated directly in the bytecode interpreter. 2020-01-15 11:59:51 +01:00
blocking_in_callback.ml Memprof: provide the guarantee that an allocation callback is always run in the same thread the allocation takes place. 2020-10-19 17:08:17 +02:00
callstacks.flat-float-array.reference ocamltest: do not compare binaries produced by ocamlopt.opt and ocamlopt.byte (#9677) 2020-06-23 17:36:37 +02:00
callstacks.ml ocamltest: do not compare binaries produced by ocamlopt.opt and ocamlopt.byte (#9677) 2020-06-23 17:36:37 +02:00
callstacks.no-flat-float-array.reference Update reference output in no-flat-float-array mode 2020-06-24 17:05:42 +02:00
comballoc.byte.reference ocamltest: do not compare binaries produced by ocamlopt.opt and ocamlopt.byte (#9677) 2020-06-23 17:36:37 +02:00
comballoc.ml ocamltest: do not compare binaries produced by ocamlopt.opt and ocamlopt.byte (#9677) 2020-06-23 17:36:37 +02:00
comballoc.opt.reference ocamltest: do not compare binaries produced by ocamlopt.opt and ocamlopt.byte (#9677) 2020-06-23 17:36:37 +02:00
custom.ml Add Gc.Memprof.allocation_source 2020-11-17 11:17:52 +00:00
custom.reference Track caml_alloc_custom_mem allocations with Statmemprof 2020-11-16 13:42:16 +00:00
exception_callback.ml Add a test for Memprof.stop within a Memprof callback 2020-10-19 17:11:11 +02:00
exception_callback.reference Gc.Memprof.start: take a record instead of 5 optional parameters 2020-04-01 16:37:28 +02:00
exception_callback_minor.ml Gc.Memprof.start: take a record instead of 5 optional parameters 2020-04-01 16:37:28 +02:00
exception_callback_minor.reference Gc.Memprof.start: take a record instead of 5 optional parameters 2020-04-01 16:37:28 +02:00
intern.ml Add Gc.Memprof.allocation_source 2020-11-17 11:17:52 +00:00
intern.reference Memprof: get precise callstacks when memory is allocated directly in the bytecode interpreter. 2020-01-15 11:59:51 +01:00
lists_in_minor.ml Add Gc.Memprof.allocation_source 2020-11-17 11:17:52 +00:00
lists_in_minor.reference Memprof: get precise callstacks when memory is allocated directly in the bytecode interpreter. 2020-01-15 11:59:51 +01:00
minor_no_postpone.ml Gc.Memprof.stop does no longer try to run pending callbacks. 2020-10-19 16:41:13 +02:00
minor_no_postpone_stub.c New ephemeron-free API for Memprof. 2019-12-21 10:21:48 +01:00
moved_while_blocking.ml Memprof: provide the guarantee that an allocation callback is always run in the same thread the allocation takes place. 2020-10-19 17:08:17 +02:00
moved_while_blocking.reference Memprof: provide the guarantee that an allocation callback is always run in the same thread the allocation takes place. 2020-10-19 17:08:17 +02:00
thread_exit_in_callback.ml Memprof: get rid of the idx_ptr pointers. 2020-10-19 17:11:11 +02:00