Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_hashtable.h56 } _Py_hashtable_allocator_t; typedef
70 _Py_hashtable_allocator_t alloc;
90 _Py_hashtable_allocator_t *allocator);
/third_party/python/Python/
H A Dhashtable.c320 _Py_hashtable_allocator_t *allocator) in _Py_hashtable_new_full()
322 _Py_hashtable_allocator_t alloc; in _Py_hashtable_new_full()
/third_party/python/Modules/
H A D_tracemalloc.c250 _Py_hashtable_allocator_t hashtable_alloc = {malloc, free}; in hashtable_new()

Completed in 4 milliseconds