about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedtbbmallocproxytypes.h
blob: 41d5a922b4bc84d30ee1ad5fc6b8d3b7b0d67934 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*******************************************************************
 * 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* (*pFL_t)(uintptr_t);
typedef void (*vFpp_t)(void*, void*);
typedef void* (*pFLp_t)(uintptr_t, void*);

#define SUPER() ADDED_FUNCTIONS() \
	GO(_ZdaPv, vFp_t) \
	GO(_ZdlPv, 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_