Home | History | Annotate | Download | only in Include

Lines Matching refs:allocator

192 /* Get the memory block allocator of the specified domain. */
194 PyMemAllocatorEx *allocator);
196 /* Set the memory block allocator of the specified domain.
198 The new allocator must return a distinct non-NULL pointer when requesting
201 For the PYMEM_DOMAIN_RAW domain, the allocator must be thread-safe: the GIL
202 is not held when the allocator is called.
204 If the new allocator is not a hook (don't call the previous allocator), the
206 on top on the new allocator. */
208 PyMemAllocatorEx *allocator);
210 /* Setup hooks to detect bugs in the following Python memory allocator