mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
PyObject_Malloc() and PyObject_Free() inlines pymalloc_alloc and pymalloc_free partially. But when PGO is not used, compiler don't know where is the hot part in pymalloc_alloc and pymalloc_free.
Source files for various builtin objects