Home
last modified time | relevance | path

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

/rocksdb-6.9/monitoring/
Dstatistics.h93 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()
/rocksdb-6.9/port/
Dport_posix.h206 extern void *cacheline_aligned_alloc(size_t size);
Dport_posix.cc205 void *cacheline_aligned_alloc(size_t size) { in cacheline_aligned_alloc() function
/rocksdb-6.9/cache/
Dlru_cache_test.cc32 port::cacheline_aligned_alloc(sizeof(LRUCacheShard))); in NewCache()
Dlru_cache.cc475 port::cacheline_aligned_alloc(sizeof(LRUCacheShard) * num_shards_)); in LRUCache()
/rocksdb-6.9/port/win/
Dport_win.h252 inline void *cacheline_aligned_alloc(size_t size) { in cacheline_aligned_alloc() function