Skip to content

Commit 62a19f0

Browse files
wllenyjSamuel Ortiz
authored andcommitted
Implement a simple interval tree.
A special interval tree implementation for VMM resource management. It's not designed as a generic interval tree, but specialized for VMM resource management. Signed-off-by: wllenyj <wllenyj@linux.alibaba.com>
1 parent 363a957 commit 62a19f0

File tree

3 files changed

+1142
-6
lines changed

3 files changed

+1142
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
2-
name = "crate-template"
2+
name = "vm-allocator"
33
version = "0.1.0"
4-
authors = [TODO]
4+
authors = ["Liu Jiang <gerry@linux.alibaba.com>"]
55
license = "Apache-2.0 OR BSD-3-Clause"
66
edition = "2018"
77

0 commit comments

Comments
 (0)