File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -533,7 +533,7 @@ tracemalloc C API
533
533
534
534
.. versionadded :: 3.7
535
535
536
- .. c:function: int PyTraceMalloc_Track(unsigned int domain, uintptr_t ptr, size_t size)
536
+ .. c :function :: int PyTraceMalloc_Track (unsigned int domain, uintptr_t ptr, size_t size)
537
537
538
538
Track an allocated memory block in the :mod:`tracemalloc` module.
539
539
@@ -542,7 +542,7 @@ tracemalloc C API
542
542
543
543
If memory block is already tracked, update the existing trace.
544
544
545
- .. c:function: int PyTraceMalloc_Untrack(unsigned int domain, uintptr_t ptr)
545
+ .. c:function:: int PyTraceMalloc_Untrack(unsigned int domain, uintptr_t ptr)
546
546
547
547
Untrack an allocated memory block in the :mod:`tracemalloc` module.
548
548
Do nothing if the block was not tracked.
You can’t perform that action at this time.
0 commit comments