Home
last modified time | relevance | path

Searched refs:malloc_stats (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
H A Dinitconfig.h150 int malloc_stats; member
/third_party/python/Python/
H A Dinitconfig.c649 assert(config->malloc_stats >= 0); in config_check_consistency()
954 COPY_ATTR(malloc_stats); in _PyConfig_Copy()
1063 SET_ITEM_INT(malloc_stats); in _PyConfig_AsDict()
1344 GET_UINT(malloc_stats); in _PyConfig_FromDict()
1649 config->malloc_stats = 1; in config_read_env_vars()
H A Dpylifecycle.c1791 int malloc_stats = tstate->interp->config.malloc_stats; in Py_FinalizeEx() local
1924 if (malloc_stats) { in Py_FinalizeEx()
/third_party/python/Programs/
H A D_testembed.c604 config.malloc_stats = 1; in test_init_from_config()

Completed in 10 milliseconds