Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
Dselectmodule.c1960 allocfunc queue_alloc = PyType_GetSlot(type, Py_tp_alloc); in newKqueue_Object() local
1961 assert(queue_alloc != NULL); in newKqueue_Object()
1962 self = (kqueue_queue_Object *) queue_alloc(type, 0); in newKqueue_Object()