rocksdb/buckifier
Yi Wu f60c4e5a58 Set -DROCKSDB_JEMALLOC for buck build if jemalloc presents (#4489)
Summary:
Set the macro if default allocator is jemalloc. It doesn't handle the case when allocator is specified, e.g.
```
cpp_binary(
    name="xxx"
    allocator="jemalloc", # or "malloc" or something else
    deps=["//rocksdb:rocksdb"],
)
```
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4489

Differential Revision: D10363683

Pulled By: yiwu-arbug

fbshipit-source-id: 5da490336a8e78e0feb0900c29e8036e7ec6f12b
2018-10-15 11:41:47 -07:00
..
buckify_rocksdb.py Update TARGETS file template (#4426) 2018-09-25 14:14:01 -07:00
rocks_test_runner.sh Suppress lint in old files 2018-01-29 12:56:42 -08:00
targets_builder.py Fix TARGETS lint warnings. 2017-11-15 14:28:34 -08:00
targets_cfg.py Set -DROCKSDB_JEMALLOC for buck build if jemalloc presents (#4489) 2018-10-15 11:41:47 -07:00
util.py Add buckifier script to github repo 2017-04-04 16:24:26 -07:00