Searched refs:address (Results 1 – 11 of 11) sorted by relevance
| /rocksdb-6.9/port/win/ |
| D | win_jemalloc.cc | 26 void JemallocDeallocateForZSTD(void* /* opaque */, void* address) { in JemallocDeallocateForZSTD() argument 27 je_free(address); in JemallocDeallocateForZSTD()
|
| /rocksdb-6.9/docs/ |
| D | README.md | 58 - To run using an actual IP address, you can use `--host=0.0.0.0` 64 …This will allow you to use the IP address associated with your machine in the URL. That way you co… 66 …e.g., on a Mac, you can your IP address with something like `ifconfig | grep "inet " | grep -v 127…
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2017-05-26-rocksdb-5-4-5-released.markdown | 26 * Fix WriteBatchWithIndex address use after scope error. 29 * Fix PinnableSlice access invalid address when row cache is enabled.
|
| D | 2017-12-18-17-auto-tuned-rate-limiter.markdown | 12 To address this, in RocksDB 5.9 we released a dynamic rate limiter that adjusts itself over time ac…
|
| D | 2014-05-14-lock.markdown | 25 …bility bottleneck preventing us from scaling to more than 16 threads. To address the issue, we imp… 48 …, we can still see lock contentions, especially table caches. We further address this issue in two…
|
| D | 2014-09-12-new-bloom-filter-format.markdown | 43 To be specific, there would be no checking for index block and no address jumping inside of filter …
|
| /rocksdb-6.9/third-party/folly/folly/synchronization/ |
| D | DistributedMutex-inl.h | 1168 auto&& address = folly::bit_cast<std::uintptr_t>(&state); 1171 assert(!(address & 0b1)); 1174 address |= kLocked; 1186 previous = atomic.exchange(address, std::memory_order_acq_rel); 1191 /* expected */ address, 1227 auto expected = address;
|
| /rocksdb-6.9/ |
| D | CODE_OF_CONDUCT.md | 30 address, without explicit permission 51 project e-mail address, posting via an official social media account, or acting
|
| D | CMakeLists.txt | 300 set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fsanitize=address") 301 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address") 302 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=address")
|
| D | COPYING | 240 address new problems or concerns.
|
| /rocksdb-6.9/docs/_sass/ |
| D | _reset.scss | 3 a, abbr, acronym, address, big, cite, code,
|