]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Enable cacheline_aligned_alloc() to allocate from jemalloc if enabled.
authorDmitri Smirnov <dmitrism@microsoft.com>
Fri, 27 Oct 2017 20:14:07 +0000 (13:14 -0700)
committerYi Wu <yiwu@fb.com>
Mon, 20 Nov 2017 21:45:23 +0000 (13:45 -0800)
commit36074ba5debc82e95a035e136c4218c1f566f03d
tree066546e83876bb4ff344c745060d25c1a816c1fe
parentaa00523e0e36cead871fcf63282493c28ddce7ab
Enable cacheline_aligned_alloc() to allocate from jemalloc if enabled.

Summary:
Reuse WITH_JEMALLOC option in preparation for module search unification.
  Move jemalloc overrides into a separate .cc
  Remote obsolete JEMALLOC_NOINIT option.
Closes https://github.com/facebook/rocksdb/pull/3078

Differential Revision: D6174826

Pulled By: yiwu-arbug

fbshipit-source-id: 9970a0289b4490272d15853920d9d7531af91140
CMakeLists.txt
port/win/port_win.cc
port/win/port_win.h
port/win/win_jemalloc.cc [new file with mode: 0644]
port/win/xpress_win.cc
thirdparty.inc