Lines Matching refs:PyMemAllocatorEx
27 PyMemAllocatorEx mem;
28 PyMemAllocatorEx raw;
29 PyMemAllocatorEx obj;
667 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in tracemalloc_alloc()
694 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in tracemalloc_realloc()
745 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in tracemalloc_free()
767 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in tracemalloc_alloc_gil()
810 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in tracemalloc_realloc_gil()
841 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in tracemalloc_raw_alloc()
884 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in tracemalloc_raw_realloc()
1066 PyMemAllocatorEx alloc; in tracemalloc_start()