Searched refs:malloc_alloc (Results 1 – 1 of 1) sorted by relevance
332 PyMemAllocatorEx malloc_alloc = MALLOC_ALLOC; in _PyMem_SetupAllocators() local333 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &malloc_alloc); in _PyMem_SetupAllocators()349 PyMemAllocatorEx malloc_alloc = MALLOC_ALLOC; in _PyMem_SetupAllocators() local350 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &malloc_alloc); in _PyMem_SetupAllocators()351 PyMem_SetAllocator(PYMEM_DOMAIN_MEM, &malloc_alloc); in _PyMem_SetupAllocators()352 PyMem_SetAllocator(PYMEM_DOMAIN_OBJ, &malloc_alloc); in _PyMem_SetupAllocators()378 PyMemAllocatorEx malloc_alloc = MALLOC_ALLOC; in _PyMem_GetCurrentAllocatorName() local383 if (pymemallocator_eq(&_PyMem_Raw, &malloc_alloc) && in _PyMem_GetCurrentAllocatorName()384 pymemallocator_eq(&_PyMem, &malloc_alloc) && in _PyMem_GetCurrentAllocatorName()385 pymemallocator_eq(&_PyObject, &malloc_alloc)) in _PyMem_GetCurrentAllocatorName()[all …]