Home
last modified time | relevance | path

Searched refs:address (Results 1 – 11 of 11) sorted by relevance

/rocksdb-6.9/port/win/
Dwin_jemalloc.cc26 void JemallocDeallocateForZSTD(void* /* opaque */, void* address) { in JemallocDeallocateForZSTD() argument
27 je_free(address); in JemallocDeallocateForZSTD()
/rocksdb-6.9/docs/
DREADME.md58 - 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/
D2017-05-26-rocksdb-5-4-5-released.markdown26 * Fix WriteBatchWithIndex address use after scope error.
29 * Fix PinnableSlice access invalid address when row cache is enabled.
D2017-12-18-17-auto-tuned-rate-limiter.markdown12 To address this, in RocksDB 5.9 we released a dynamic rate limiter that adjusts itself over time ac…
D2014-05-14-lock.markdown25 …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…
D2014-09-12-new-bloom-filter-format.markdown43 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/
DDistributedMutex-inl.h1168 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/
DCODE_OF_CONDUCT.md30 address, without explicit permission
51 project e-mail address, posting via an official social media account, or acting
DCMakeLists.txt300 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")
DCOPYING240 address new problems or concerns.
/rocksdb-6.9/docs/_sass/
D_reset.scss3 a, abbr, acronym, address, big, cite, code,