Searched refs:hashtable_new (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/ |
D | _tracemalloc.c | 263 hashtable_new(size_t key_size, size_t data_size, in hashtable_new() function 525 new_traces = hashtable_new(sizeof(pointer_t), in tracemalloc_use_domain() 971 tracemalloc_filenames = hashtable_new(sizeof(PyObject *), 0, in tracemalloc_init() 975 tracemalloc_tracebacks = hashtable_new(sizeof(traceback_t *), 0, in tracemalloc_init() 980 tracemalloc_traces = hashtable_new(sizeof(pointer_t), in tracemalloc_init() 986 tracemalloc_traces = hashtable_new(sizeof(uintptr_t), in tracemalloc_init() 1347 get_traces.tracebacks = hashtable_new(sizeof(traceback_t *), in _tracemalloc__get_traces_impl()
|