CoreLocalArray class
authorAndrew Kryczka <andrewkr@fb.com>
Thu, 11 May 2017 01:16:31 +0000 (18:16 -0700)
committerBernd Zeimetz <bzed@debian.org>
Fri, 5 Apr 2019 13:12:52 +0000 (14:12 +0100)
commita671bf57e8e4a1402d51bf9a1c0e3a9c920cb66f
treedc02b95b4f3cd11c65c7f1093f18d16ae3505b0e
parente11e31a91582f99d05b570ce8b43ee696c2b73ad
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]