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.
1 parent c2ac4cf commit d4d17fdCopy full SHA for d4d17fd
1 file changed
Doc/c-api/memory.rst
@@ -533,7 +533,7 @@ tracemalloc C API
533
534
.. versionadded:: 3.7
535
536
-.. c:function: int PyTraceMalloc_Track(unsigned int domain, uintptr_t ptr, size_t size)
+.. c:function:: int PyTraceMalloc_Track(unsigned int domain, uintptr_t ptr, size_t size)
537
538
Track an allocated memory block in the :mod:`tracemalloc` module.
539
@@ -542,7 +542,7 @@ tracemalloc C API
542
543
If memory block is already tracked, update the existing trace.
544
545
-.. c:function: int PyTraceMalloc_Untrack(unsigned int domain, uintptr_t ptr)
+.. c:function:: int PyTraceMalloc_Untrack(unsigned int domain, uintptr_t ptr)
546
547
Untrack an allocated memory block in the :mod:`tracemalloc` module.
548
Do nothing if the block was not tracked.
0 commit comments