Home
last modified time | relevance | path

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

/memcached-1.6.32/
Ditems.h16 item *do_item_alloc_pull(const size_t ntotal, const unsigned int id);
Ditems.c167 item *do_item_alloc_pull(const size_t ntotal, const unsigned int id) { in do_item_alloc_pull() function
220 item_chunk *nch = (item_chunk *) do_item_alloc_pull(size, id); in do_item_alloc_chunk()
232 nch = (item_chunk *) do_item_alloc_pull(size, id); in do_item_alloc_chunk()
293 it = do_item_alloc_pull(htotal, hdr_id); in do_item_alloc()
298 it = do_item_alloc_pull(ntotal, id); in do_item_alloc()
Dstorage.c269 new_it = do_item_alloc_pull(ntotal, clsid); in storage_get_item()