about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedtbbmallocproxytypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/generated/wrappedtbbmallocproxytypes.h')
-rw-r--r--src/wrapped/generated/wrappedtbbmallocproxytypes.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedtbbmallocproxytypes.h b/src/wrapped/generated/wrappedtbbmallocproxytypes.h
new file mode 100644
index 00000000..f26554a8
--- /dev/null
+++ b/src/wrapped/generated/wrappedtbbmallocproxytypes.h
@@ -0,0 +1,30 @@
+/*******************************************************************
+ * File automatically generated by rebuild_wrappers.py (v2.1.0.16) *
+ *******************************************************************/
+#ifndef __wrappedtbbmallocproxyTYPES_H_
+#define __wrappedtbbmallocproxyTYPES_H_
+
+#ifndef LIBNAME
+#error You should only #include this file inside a wrapped*.c file
+#endif
+#ifndef ADDED_FUNCTIONS
+#define ADDED_FUNCTIONS() 
+#endif
+
+typedef void (*vFp_t)(void*);
+typedef void (*vFP_t)(void*);
+typedef void* (*pFL_t)(uintptr_t);
+typedef void (*vFpp_t)(void*, void*);
+typedef void* (*pFLp_t)(uintptr_t, void*);
+
+#define SUPER() ADDED_FUNCTIONS() \
+	GO(_ZdlPv, vFp_t) \
+	GO(_ZdaPv, vFP_t) \
+	GO(_Znam, pFL_t) \
+	GO(_Znwm, pFL_t) \
+	GO(_ZdaPvRKSt9nothrow_t, vFpp_t) \
+	GO(_ZdlPvRKSt9nothrow_t, vFpp_t) \
+	GO(_ZnamRKSt9nothrow_t, pFLp_t) \
+	GO(_ZnwmRKSt9nothrow_t, pFLp_t)
+
+#endif // __wrappedtbbmallocproxyTYPES_H_