Home | History | Annotate | Download | only in Include

Lines Matching refs:domain

35     unsigned int domain,
44 unsigned int domain,
56 unsigned int domain,
196 /* Get the memory block allocator of the specified domain. */
197 PyAPI_FUNC(void) PyMem_GetAllocator(PyMemAllocatorDomain domain,
200 /* Set the memory block allocator of the specified domain.
205 For the PYMEM_DOMAIN_RAW domain, the allocator must be thread-safe: the GIL
211 PyAPI_FUNC(void) PyMem_SetAllocator(PyMemAllocatorDomain domain,
234 /* Set the memory allocator of the specified domain to the default.
236 Return on success, or return -1 if the domain is unknown. */
238 PyMemAllocatorDomain domain,