Searched refs:PYMEM_ALLOCATOR_MALLOC (Results 1 – 6 of 6) sorted by relevance
38 PYMEM_ALLOCATOR_MALLOC = 3, enumerator
24 PYMEM_ALLOCATOR_MALLOC = 3 variable799 'allocator': PYMEM_ALLOCATOR_MALLOC,861 'allocator': PYMEM_ALLOCATOR_MALLOC,889 'allocator': PYMEM_ALLOCATOR_MALLOC,925 preconfig = dict(allocator=PYMEM_ALLOCATOR_MALLOC)
307 config->allocator = PYMEM_ALLOCATOR_MALLOC; in _PyPreConfig_InitCompatConfig()
293 *allocator = PYMEM_ALLOCATOR_MALLOC; in _PyMem_GetAllocatorName()344 case PYMEM_ALLOCATOR_MALLOC: in _PyMem_SetupAllocators()
488 preconfig.allocator = PYMEM_ALLOCATOR_MALLOC; in test_init_from_config()
238 * ``PYMEM_ALLOCATOR_MALLOC`` (``3``): use ``malloc()`` of the C library.