CoreLocalArray class
authorAndrew Kryczka <andrewkr@fb.com>
Thu, 11 May 2017 01:16:31 +0000 (18:16 -0700)
committerGaudenz Steinlin <gaudenz@debian.org>
Sat, 29 Dec 2018 21:08:52 +0000 (21:08 +0000)
commit49684b42618a683b0724cdf23b200805f49dcf3b
tree8633d111991e00bd100e882ae283038e63d7be3d
parent6086a80f709620c9746b6dfc7b6c6f84dbf050e1
CoreLocalArray class

Summary:
Moved the logic for core-local array out of ConcurrentArena and into a separate class because I want to reuse it for core-local stats.
Closes https://github.com/facebook/rocksdb/pull/2256

Differential Revision: D5011518

Pulled By: ajkr

fbshipit-source-id: a75a7b8f7b7a42fd6273489ada405f14c6be196a
(cherry picked from commit cda5fde2d96624df38afc7f02b6b3e699648c62d)

Gbp-Pq: Name 0001-CoreLocalArray-class.patch
src/rocksdb/util/concurrent_arena.cc
src/rocksdb/util/concurrent_arena.h
src/rocksdb/util/core_local.h [new file with mode: 0644]