Searched refs:cache_alloc (Results 1 – 4 of 4) sorted by relevance
78 void* cache_alloc(cache_t* handle);
67 void* cache_alloc(cache_t *cache) { in cache_alloc() function
113 char *ptr = cache_alloc(cache); in cache_reuse_test()116 char *p = cache_alloc(cache); in cache_reuse_test()135 ptr[ii] = cache_alloc(cache); in cache_bulkalloc()174 char *p = cache_alloc(cache); in cache_redzone_test()206 alloc_objs[i] = cache_alloc(cache); in cache_limit_revised_downward_test()
314 CQ_ITEM *item = cache_alloc(cq->cache); in cqi_new()