Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobmalloc.c284 PyMemAllocatorEx malloc_alloc = MALLOC_ALLOC; in _PyMem_SetupAllocators() local
285 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &malloc_alloc); in _PyMem_SetupAllocators()
297 PyMemAllocatorEx malloc_alloc = MALLOC_ALLOC; in _PyMem_SetupAllocators() local
298 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &malloc_alloc); in _PyMem_SetupAllocators()
299 PyMem_SetAllocator(PYMEM_DOMAIN_MEM, &malloc_alloc); in _PyMem_SetupAllocators()
300 PyMem_SetAllocator(PYMEM_DOMAIN_OBJ, &malloc_alloc); in _PyMem_SetupAllocators()
324 PyMemAllocatorEx malloc_alloc = MALLOC_ALLOC; in _PyMem_GetAllocatorsName() local
329 if (pymemallocator_eq(&_PyMem_Raw, &malloc_alloc) && in _PyMem_GetAllocatorsName()
330 pymemallocator_eq(&_PyMem, &malloc_alloc) && in _PyMem_GetAllocatorsName()
331 pymemallocator_eq(&_PyObject, &malloc_alloc)) in _PyMem_GetAllocatorsName()
[all …]