Home
last modified time | relevance | path

Searched refs:MmapInfo (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/memory/
Darena.h92 struct MmapInfo { struct
96 MmapInfo(void* addr, size_t length) : addr_(addr), length_(length) {} in MmapInfo() argument
98 std::vector<MmapInfo> huge_blocks_;
Darena.cc144 huge_blocks_.back() = MmapInfo(addr, bytes); in AllocateFromHugePage()