We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extern "C"
1 parent 2d31733 commit b184f48Copy full SHA for b184f48
Include/tracemalloc.h
@@ -1,10 +1,10 @@
1
#ifndef Py_TRACEMALLOC_H
2
#define Py_TRACEMALLOC_H
3
+#ifndef Py_LIMITED_API
4
#ifdef __cplusplus
5
extern "C" {
6
#endif
7
-#ifndef Py_LIMITED_API
8
/* Track an allocated memory block in the tracemalloc module.
9
Return 0 on success, return -1 on error (failed to allocate memory to store
10
the trace).
0 commit comments