CoreLocalArray class
authorAndrew Kryczka <andrewkr@fb.com>
Thu, 11 May 2017 01:16:31 +0000 (18:16 -0700)
committerGaudenz Steinlin <gaudenz@debian.org>
Tue, 19 Feb 2019 07:50:12 +0000 (07:50 +0000)
commita7e51969054699b1dfe12480314d9b60e02c9a60
tree9c65ca96e7279d78e985b4cbfc1c421f22d09f70
parent7b4f70b160c1776a7377c34e9166bfedd0f214bb
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]