summaryrefslogtreecommitdiff
path: root/src/arch/dalvik/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/dalvik/core.h')
-rw-r--r--src/arch/dalvik/core.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/dalvik/core.h b/src/arch/dalvik/core.h
index e7a5e1e..4d7577a 100644
--- a/src/arch/dalvik/core.h
+++ b/src/arch/dalvik/core.h
@@ -32,6 +32,11 @@
/* Met en place les mécanismes internes de l'architecture. */
bool init_dalvik_core(void);
+/* Imprime des statistiques quant aux partages dans l'archi. */
+#ifdef DEBUG_DUMP_STATS
+void dump_dalvik_share_stats(void);
+#endif
+
/* Supprime les mécanismes internes de l'architecture Dalvik. */
void exit_dalvik_core(void);