Searched refs:CO_NOFREE (Results 1 – 8 of 8) sorted by relevance
44 #define CO_NOFREE 0x0040 macro
46 CO_NESTED, CO_GENERATOR, CO_NOFREE = 0x10, 0x20, 0x40 variable
4074 co->co_flags == (CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE)) { in fast_function()
3811 flags |= CO_NOFREE; in compute_code_flags()
4096 co->co_flags == (CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE)) { in fast_function()
3835 flags |= CO_NOFREE; in compute_code_flags()