Loading...
--- libmalloc/libmalloc-425.100.7/private/malloc_private.h
+++ libmalloc/libmalloc-409.60.6/private/malloc_private.h
@@ -123,6 +123,13 @@
/****** Probabilistic Guard Malloc ******/
+/**
+ * Never sample any allocations made by the current thread.
+ *
+ * DEPRECATED! Use malloc_set_thread_options() instead. Will be removed soon.
+ */
+void pgm_disable_for_current_thread(void);
+
typedef struct {
// diagnose_page_fault
const char *error_type;