mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
parent
9d984fd2b0
commit
ba6d5d1def
1 changed files with 1 additions and 1 deletions
|
@ -40,8 +40,8 @@ struct _pymem_runtime_state {
|
|||
size_t ntimes_arena_allocated;
|
||||
poolp usedpools[MAX_POOLS];
|
||||
Py_ssize_t num_allocated_blocks;
|
||||
size_t serialno; /* incremented on each debug {m,re}alloc */
|
||||
#endif /* WITH_PYMALLOC */
|
||||
size_t serialno; /* incremented on each debug {m,re}alloc */
|
||||
};
|
||||
|
||||
PyAPI_FUNC(void) _PyMem_Initialize(struct _pymem_runtime_state *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue