Home
last modified time | relevance | path

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

/memcached-1.6.32/
Dcache.c70 ret = do_cache_alloc(cache); in cache_alloc()
75 void* do_cache_alloc(cache_t *cache) { in do_cache_alloc() function
Dcache.h79 void* do_cache_alloc(cache_t* handle);
Dstorage.c276 io_pending_storage_t *p = do_cache_alloc(c->thread->io_cache); in storage_get_item()
Dproxy_internal.c150 io_pending_proxy_t *io = do_cache_alloc(t->io_cache); in proxy_storage_get()
Dproto_proxy.c1309 io_pending_proxy_t *p = do_cache_alloc(c->thread->io_cache); in mcp_queue_rctx_io()
Dmemcached.c408 c->rbuf = do_cache_alloc(c->thread->rbuf_cache); in rbuf_alloc()
1073 b = do_cache_alloc(th->rbuf_cache); in resp_allocate()