Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ TEST
Function
TEST
src/leveldb/util/arena_test.cc:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
class ArenaTest {};
13
14
TEST(ArenaTest, Empty) { Arena arena; }
15
16
TEST(ArenaTest, Simple) {
17
std::vector<std::pair<size_t, char*>> allocated;
Callers
nothing calls this directly
Calls
7
OneIn
Method · 0.80
Uniform
Method · 0.80
AllocateAligned
Method · 0.80
MemoryUsage
Method · 0.80
Allocate
Method · 0.45
push_back
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected