Home
last modified time | relevance | path

Searched refs:hashtable_alloc (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_tracemalloc.c287 _Py_hashtable_allocator_t hashtable_alloc = {malloc, free}; in hashtable_new() local
290 &hashtable_alloc); in hashtable_new()