Clean up arena API

Summary:
Easy thing goes first. This patch moves arena to internal dir; based
on which, the coming patch will deal with memtable_rep.

Test Plan: make check

Reviewers: haobo, sdong, dhruba

CC: leveldb

Differential Revision: https://reviews.facebook.net/D15615
This commit is contained in:
kailiu
2014-01-30 17:18:17 -08:00
parent ac92420fc5
commit 4e0298f23c
17 changed files with 79 additions and 126 deletions

View File

@@ -11,7 +11,7 @@
#include <algorithm>
#include <type_traits>
#include "rocksdb/arena.h"
#include "util/arena.h"
#include "db/memtable.h"
#include "port/port.h"
#include "util/mutexlock.h"