rocksdb/memory
Yanqin Jin 21e71d1c73 Fix compilation error when building static_lib (#9377)
Summary:
With memkind installed, either on a non-fb machine or using `ROCKSDB_NO_FBCODE=1`.

```
ROCKSDB_NO_FBCODE=1 make static_lib
```

Compilation failed due to unused variable warning treated as error. To bypass this, we need to
disable warning-as-error, which is not ideal.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/9377

Test Plan: Repeat the above command, and rely on CI.

Reviewed By: ajkr

Differential Revision: D33543343

Pulled By: riversand963

fbshipit-source-id: 9a2790b38c00b8696c7910287f4ae5a9b394341d
2022-01-12 09:04:01 -08:00
..
allocator.h
arena.cc
arena.h
arena_test.cc
concurrent_arena.cc
concurrent_arena.h
jemalloc_nodump_allocator.cc
jemalloc_nodump_allocator.h
memkind_kmem_allocator.cc
memkind_kmem_allocator.h
memory_allocator.cc
memory_allocator.h
memory_allocator_test.cc
memory_usage.h