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 de3db13 commit 6cbda78Copy full SHA for 6cbda78
doc/neps/nep-0049.rst
@@ -141,8 +141,8 @@ NumPy C-API functions
141
C++17: https://en.cppreference.com/w/cpp/memory/polymorphic_allocator/deallocate
142
Rust (allocator_api): https://doc.rust-lang.org/std/alloc/trait.Allocator.html#tymethod.deallocate
143
144
- The user must keep track of ``size`` and make sure it is consistent with
145
- the ``alloc`` parameter.
+ The consumer of the `PyDataMemAllocator` interface must keep track of ``size`` and make sure it is
+ consistent with the parameter passed to the ``(m|c|re)alloc`` functions.
146
147
.. c:function:: const PyDataMem_Handler * PyDataMem_SetHandler(PyDataMem_Handler *handler)
148
0 commit comments