index
:
rustubs.git
master
A rust implementation of OO-StuBS
shrik3
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mm
/
heap_allocator.rs
blob: 5a7463d96bbb9d57d2dc41b1cfe1c40814886405 (
plain
)
1
2
#
![
feature
(
global_allocator
,
allocator_api
,
heap_api
)]
struct
HeapAllocator
;