Skip to content

Commit

Permalink
Move some memory related files from util/ to memory/ (#5382)
Browse files Browse the repository at this point in the history
Summary:
Move arena, allocator, and memory tools under util to a separate memory/ directory.
Pull Request resolved: facebook/rocksdb#5382

Differential Revision: D15564655

Pulled By: siying

fbshipit-source-id: 9cd6b5d0d3d52b39606e19221fa154596e5852a5
Signed-off-by: Changlong Chen <levisonchen@live.cn>
  • Loading branch information
siying authored and mm304321141 committed Jun 23, 2021
1 parent b895d09 commit a0307ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion file/delete_scheduler.cc
Expand Up @@ -13,9 +13,9 @@
#include "file/sst_file_manager_impl.h"
#include "port/port.h"
#include "rocksdb/env.h"
#include "test_util/sync_point.h"
#include "util/logging.h"
#include "util/mutexlock.h"
#include "test_util/sync_point.h"

namespace rocksdb {

Expand Down
2 changes: 1 addition & 1 deletion file/delete_scheduler_test.cc
Expand Up @@ -16,10 +16,10 @@
#include "file/sst_file_manager_impl.h"
#include "rocksdb/env.h"
#include "rocksdb/options.h"
#include "util/string_util.h"
#include "test_util/sync_point.h"
#include "test_util/testharness.h"
#include "test_util/testutil.h"
#include "util/string_util.h"

#ifndef ROCKSDB_LITE

Expand Down
2 changes: 1 addition & 1 deletion file/filename.cc
Expand Up @@ -17,11 +17,11 @@
#include <stdio.h>
#include <vector>
#include "rocksdb/env.h"
#include "test_util/sync_point.h"
#include "util/file_reader_writer.h"
#include "util/logging.h"
#include "util/stop_watch.h"
#include "util/string_util.h"
#include "test_util/sync_point.h"

namespace rocksdb {

Expand Down
2 changes: 1 addition & 1 deletion file/sst_file_manager_impl.cc
Expand Up @@ -16,8 +16,8 @@
#include "port/port.h"
#include "rocksdb/env.h"
#include "rocksdb/sst_file_manager.h"
#include "util/mutexlock.h"
#include "test_util/sync_point.h"
#include "util/mutexlock.h"

namespace rocksdb {

Expand Down

0 comments on commit a0307ed

Please sign in to comment.