Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rocksdb: do not use aligned_alloc #21632

Merged
merged 1 commit into from Apr 25, 2018

Conversation

tchaikov
Copy link
Contributor

this change picks up the change to use "operator
new(size,std::align_val_t)" when C++17 is available in ceph/rocksdb.

Fixes: http://tracker.ceph.com/issues/23653
Signed-off-by: Kefu Chai kchai@redhat.com

@tchaikov
Copy link
Contributor Author

see also ceph/rocksdb#36

@tchaikov
Copy link
Contributor Author

this change picks up the change to "use posix_memalign() for
aligned_alloc()" in ceph/rocksdb.

Fixes: http://tracker.ceph.com/issues/23653
Signed-off-by: Kefu Chai <kchai@redhat.com>
@tchaikov tchaikov force-pushed the wip-rocksdb-no-aligned-alloc branch from 5e32202 to f5f47ea Compare April 25, 2018 08:20
@tchaikov
Copy link
Contributor Author

@tchaikov tchaikov merged commit 005fe21 into ceph:master Apr 25, 2018
@tchaikov tchaikov deleted the wip-rocksdb-no-aligned-alloc branch April 25, 2018 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants