Make getAllocations() visible
[ghc-hetmet.git] / includes / rts / storage / ClosureTypes.h
index 3415d42..8d09e69 100644 (file)
 #define PAP                    26
 #define AP_STACK                27
 #define IND                    28
-#define IND_OLDGEN             29
-#define IND_PERM               30
-#define IND_OLDGEN_PERM                31
-#define IND_STATIC             32
-#define RET_BCO                 33
-#define RET_SMALL              34
-#define RET_BIG                        35
-#define RET_DYN                        36
-#define RET_FUN                 37
-#define UPDATE_FRAME           38
-#define CATCH_FRAME            39
-#define STOP_FRAME             40
-#define CAF_BLACKHOLE          41
-#define BLACKHOLE              42
-#define MVAR_CLEAN             43
-#define MVAR_DIRTY             44
-#define ARR_WORDS              45
-#define MUT_ARR_PTRS_CLEAN      46
-#define MUT_ARR_PTRS_DIRTY      47
-#define MUT_ARR_PTRS_FROZEN0    48
-#define MUT_ARR_PTRS_FROZEN     49
-#define MUT_VAR_CLEAN          50
-#define MUT_VAR_DIRTY          51
-#define WEAK                   52
-#define STABLE_NAME            53
-#define TSO                    54
-#define BLOCKED_FETCH          55
-#define FETCH_ME                56
-#define FETCH_ME_BQ             57
-#define RBH                     58
-#define REMOTE_REF              59
-#define TVAR_WATCH_QUEUE        60
-#define INVARIANT_CHECK_QUEUE   61
-#define ATOMIC_INVARIANT        62
-#define TVAR                    63
-#define TREC_CHUNK              64
-#define TREC_HEADER             65
-#define ATOMICALLY_FRAME        66
-#define CATCH_RETRY_FRAME       67
-#define CATCH_STM_FRAME         68
-#define WHITEHOLE               69
-#define N_CLOSURE_TYPES         70
+#define IND_PERM               29
+#define IND_STATIC             30
+#define RET_BCO                 31
+#define RET_SMALL              32
+#define RET_BIG                        33
+#define RET_DYN                        34
+#define RET_FUN                 35
+#define UPDATE_FRAME           36
+#define CATCH_FRAME            37
+#define STOP_FRAME             38
+#define BLOCKING_QUEUE         39
+#define BLACKHOLE              40
+#define MVAR_CLEAN             41
+#define MVAR_DIRTY             42
+#define ARR_WORDS              43
+#define MUT_ARR_PTRS_CLEAN      44
+#define MUT_ARR_PTRS_DIRTY      45
+#define MUT_ARR_PTRS_FROZEN0    46
+#define MUT_ARR_PTRS_FROZEN     47
+#define MUT_VAR_CLEAN          48
+#define MUT_VAR_DIRTY          49
+#define WEAK                   50
+#define PRIM                   51
+#define MUT_PRIM                52
+#define TSO                    53
+#define TREC_CHUNK              54
+#define ATOMICALLY_FRAME        55
+#define CATCH_RETRY_FRAME       56
+#define CATCH_STM_FRAME         57
+#define WHITEHOLE               58
+#define N_CLOSURE_TYPES         59
 
 #endif /* RTS_STORAGE_CLOSURETYPES_H */