Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dhashtable.h87 } _Py_hashtable_allocator_t; typedef
101 _Py_hashtable_allocator_t alloc;
127 _Py_hashtable_allocator_t *allocator);
Dhashtable.c145 _Py_hashtable_allocator_t *allocator) in _Py_hashtable_new_full()
149 _Py_hashtable_allocator_t alloc; in _Py_hashtable_new_full()
D_tracemalloc.c287 _Py_hashtable_allocator_t hashtable_alloc = {malloc, free}; in hashtable_new()