We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e05939 commit c4a023bCopy full SHA for c4a023b
runtime/gc.js
@@ -28,3 +28,8 @@ function caml_gc_set(_control) {
28
function caml_gc_get(){
29
return [0,0,0,0,0,0,0,0,0]
30
}
31
+
32
+//Provides: caml_memprof_set
33
+function caml_memprof_set(_control) {
34
+ return 0;
35
+}
0 commit comments