Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dobmalloc.c332 PyMemAllocatorEx malloc_alloc = MALLOC_ALLOC; in _PyMem_SetupAllocators() local
333 PyMem_SetAllocator(PYMEM_DOMAIN_RAW, &malloc_alloc); in _PyMem_SetupAllocators()
349 PyMemAllocatorEx malloc_alloc = MALLOC_ALLOC; in _PyMem_SetupAllocators() local
350 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() local
383 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 …]
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Support/
DCXADemangle.tcc4818 class malloc_alloc class
4823 malloc_alloc() = default;
4824 template <class U> malloc_alloc(const malloc_alloc<U>&) noexcept {} in malloc_alloc() function in mcld::malloc_alloc
4839 operator==(const malloc_alloc<T>&, const malloc_alloc<U>&) noexcept in operator ==()
4847 operator!=(const malloc_alloc<T>& x, const malloc_alloc<U>& y) noexcept in operator !=()
4878 malloc_alloc<char>> String;