/
GraphTreeHeap
/
museumdb2
ОбзорДокументацияВойти
/
GraphTreeHeap
/
museumdb2
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
museumdb2/
port/
..
win

Fix range tombstone conversion + ingest sst and re-enable crash tests (#14654)

4 месяца назад
README

reverting disastrous MOE commit, returning to r21

15 лет назад
jemalloc_helper.h

Reformat source files (#14331)

6 месяцев назад
lang.h

Refactor data block footer to reserve metadata bits for future features (#14332)

6 месяцев назад
likely.h

clang format files under port/ (#10849)

4 года назад
malloc.h

Charge block cache for cache internal usage (#5797)

7 лет назад
mmap.cc

Fix compilation error using CLANG (#13864)

год назад
mmap.h

Enforce < 4GB sizes for keys, values, and some BlockBuilder inputs (#14461)

4 месяца назад
port.h

Add abort check to yield hook (#13164)

2 года назад
port_dirent.h

clang format files under port/ (#10849)

4 года назад
port_example.h

Remove obsolete compression code and some .h->.cc movement (#14325)

6 месяцев назад
port_posix.cc

Fix range tombstone conversion + ingest sst and re-enable crash tests (#14654)

4 месяца назад
port_posix.h

Fix range tombstone conversion + ingest sst and re-enable crash tests (#14654)

4 месяца назад
stack_trace.cc

Fix check-sources.sh non-ASCII check and remove non-ASCII from sources (#14729)

3 месяца назад
stack_trace.h

Add injected error log ring buffer for fault injection diagnostics (#14431)

5 месяцев назад
sys_time.h

clang format files under port/ (#10849)

4 года назад
util_logger.h

Use EnvLogger instead of PosixLogger (#10436)

4 года назад
xpress.h

Change RocksDB License

9 лет назад
README
This directory contains interfaces and implementations that isolate the
rest of the package from platform details.
 
Code in the rest of the package includes "port.h" from this directory.
"port.h" in turn includes a platform specific "port_<platform>.h" file
that provides the platform specific implementation.
 
See port_posix.h for an example of what must be provided in a platform
specific header file.