Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dbenchmark-pump.c312 } req_list_t; typedef
315 static req_list_t* req_freelist = NULL;
319 req_list_t* req; in req_alloc()
327 req = (req_list_t*) malloc(sizeof *req); in req_alloc()
333 req_list_t* req = (req_list_t*) uv_req; in req_free()