Searched refs:cacheline_aligned_alloc (Results 1 – 6 of 6) sorted by relevance
93 void *operator new(size_t s) { return port::cacheline_aligned_alloc(s); } in ALIGN_AS()94 void *operator new[](size_t s) { return port::cacheline_aligned_alloc(s); } in ALIGN_AS()
206 extern void *cacheline_aligned_alloc(size_t size);
205 void *cacheline_aligned_alloc(size_t size) { in cacheline_aligned_alloc() function
32 port::cacheline_aligned_alloc(sizeof(LRUCacheShard))); in NewCache()
475 port::cacheline_aligned_alloc(sizeof(LRUCacheShard) * num_shards_)); in LRUCache()
252 inline void *cacheline_aligned_alloc(size_t size) { in cacheline_aligned_alloc() function