Home
last modified time | relevance | path

Searched refs:PYMEM_ALLOCATOR_MALLOC (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
Dpymem.h38 PYMEM_ALLOCATOR_MALLOC = 3, enumerator
/third_party/python/Lib/test/
Dtest_embed.py24 PYMEM_ALLOCATOR_MALLOC = 3 variable
799 'allocator': PYMEM_ALLOCATOR_MALLOC,
861 'allocator': PYMEM_ALLOCATOR_MALLOC,
889 'allocator': PYMEM_ALLOCATOR_MALLOC,
925 preconfig = dict(allocator=PYMEM_ALLOCATOR_MALLOC)
/third_party/python/Python/
Dpreconfig.c307 config->allocator = PYMEM_ALLOCATOR_MALLOC; in _PyPreConfig_InitCompatConfig()
/third_party/python/Objects/
Dobmalloc.c293 *allocator = PYMEM_ALLOCATOR_MALLOC; in _PyMem_GetAllocatorName()
344 case PYMEM_ALLOCATOR_MALLOC: in _PyMem_SetupAllocators()
/third_party/python/Programs/
D_testembed.c488 preconfig.allocator = PYMEM_ALLOCATOR_MALLOC; in test_init_from_config()
/third_party/python/Doc/c-api/
Dinit_config.rst238 * ``PYMEM_ALLOCATOR_MALLOC`` (``3``): use ``malloc()`` of the C library.