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.
Is_in_static_data
1 parent 4d15510 commit ef0c79aCopy full SHA for ef0c79a
byterun/caml/address_class.h
@@ -38,6 +38,7 @@
38
(char *)(pc) <= caml_code_area_end) \
39
|| (Classify_addr(pc) & In_code_area) )
40
41
+#define Is_in_static_data(a) (Classify_addr(a) & In_static_data)
42
43
/***********************************************************************/
44
/* The rest of this file is private and may change without notice. */
0 commit comments