Searched refs:PYMEM_ALLOCATOR_DEBUG (Results 1 – 5 of 5) sorted by relevance
37 PYMEM_ALLOCATOR_DEBUG = 2, enumerator
23 PYMEM_ALLOCATOR_DEBUG = 2 variable917 preconfig = dict(allocator=PYMEM_ALLOCATOR_DEBUG)934 'allocator': PYMEM_ALLOCATOR_DEBUG,948 'allocator': PYMEM_ALLOCATOR_DEBUG,1405 preconfig = dict(allocator=PYMEM_ALLOCATOR_DEBUG)
740 config->allocator = PYMEM_ALLOCATOR_DEBUG; in preconfig_init_allocator()
282 *allocator = PYMEM_ALLOCATOR_DEBUG; in _PyMem_GetAllocatorName()320 case PYMEM_ALLOCATOR_DEBUG: in _PyMem_SetupAllocators()
235 * ``PYMEM_ALLOCATOR_DEBUG`` (``2``): :ref:`default memory allocators