Home
last modified time | relevance | path

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

/memcached-1.4.29/
H A Dcache.h9 #define cache_alloc(a) umem_cache_alloc(a, UMEM_DEFAULT) macro
103 void* cache_alloc(cache_t* handle);
H A Dcache.c71 void* cache_alloc(cache_t *cache) { in cache_alloc() function
H A Dtestapp.c57 uint64_t *ptr = cache_alloc(cache); in cache_constructor_test()
75 uint64_t *ptr = cache_alloc(cache); in cache_fail_constructor_test()
94 char *ptr = cache_alloc(cache); in cache_destructor_test()
106 char *ptr = cache_alloc(cache); in cache_reuse_test()
109 char *p = cache_alloc(cache); in cache_reuse_test()
126 ptr[ii] = cache_alloc(cache); in cache_bulkalloc()
163 char *p = cache_alloc(cache); in cache_redzone_test()
H A Dmemcached.c3213 suffix = cache_alloc(c->thread->suffix_cache); in process_get_command()