Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/mono.d')
-rw-r--r--data/mono.d3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/mono.d b/data/mono.d
index e74ff82054f..0933e3b7645 100644
--- a/data/mono.d
+++ b/data/mono.d
@@ -74,6 +74,9 @@ provider mono {
probe gc__global__remset__add (uintptr_t ref_addr, uintptr_t obj_addr, uintptr_t size, char *ns_name, char *class_name);
probe gc__obj__cemented (uintptr_t addr, uintptr_t size, char *ns_name, char *class_name);
+
+ probe gc__internal__alloc (uintptr_t addr, int type, uintptr_t size);
+ probe gc__internal__dealloc (uintptr_t add, uintptr_t size, int type);
};
#pragma D attributes Evolving/Evolving/Common provider mono provider