Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 9d984fd commit ba6d5d1Copy full SHA for ba6d5d1
1 file changed
Include/internal/mem.h
@@ -40,8 +40,8 @@ struct _pymem_runtime_state {
40
size_t ntimes_arena_allocated;
41
poolp usedpools[MAX_POOLS];
42
Py_ssize_t num_allocated_blocks;
43
- size_t serialno; /* incremented on each debug {m,re}alloc */
44
#endif /* WITH_PYMALLOC */
+ size_t serialno; /* incremented on each debug {m,re}alloc */
45
};
46
47
PyAPI_FUNC(void) _PyMem_Initialize(struct _pymem_runtime_state *);
0 commit comments