Searched refs:hashtable_new (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/ |
D | _tracemalloc.c | 283 hashtable_new(size_t key_size, size_t data_size, in hashtable_new() function 545 new_traces = hashtable_new(sizeof(pointer_t), in tracemalloc_use_domain() 991 tracemalloc_filenames = hashtable_new(sizeof(PyObject *), 0, in tracemalloc_init() 995 tracemalloc_tracebacks = hashtable_new(sizeof(traceback_t *), 0, in tracemalloc_init() 1000 tracemalloc_traces = hashtable_new(sizeof(pointer_t), in tracemalloc_init() 1006 tracemalloc_traces = hashtable_new(sizeof(uintptr_t), in tracemalloc_init() 1367 get_traces.tracebacks = hashtable_new(sizeof(traceback_t *), in _tracemalloc__get_traces_impl()
|