bs-platform
Version:
bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support
57 lines (36 loc) • 684 B
JavaScript
function caml_gc_counters(param) {
return /* tuple */[
0,
0,
0
];
}
function caml_gc_set(param) {
}
function caml_gc_minor(param) {
}
function caml_gc_major_slice(param) {
return 0;
}
function caml_gc_major(param) {
}
function caml_gc_full_major(param) {
}
function caml_gc_compaction(param) {
}
function caml_final_register(param, param$1) {
}
function caml_final_release(param) {
}
export {
caml_gc_counters ,
caml_gc_set ,
caml_gc_minor ,
caml_gc_major_slice ,
caml_gc_major ,
caml_gc_full_major ,
caml_gc_compaction ,
caml_final_register ,
caml_final_release ,
}
/* No side effect */