MCPcopy Create free account
hub / github.com/dropbox/rust-alloc-no-stdlib / free_cell

Method free_cell

alloc-stdlib/src/test.rs:52–54  ·  view source on GitHub ↗
(&mut self, _bv:ItemVec<Item>)

Source from the content-addressed store, hash-verified

50 ItemVec(vec![Item::default();size])
51 }
52 fn free_cell(&mut self, _bv:ItemVec<Item>) {
53 //eprint!("F:{}\n", _bv.slice().len());
54 }
55}
56
57

Callers 15

test_index_opsFunction · 0.45
heap_testFunction · 0.45
std_testFunction · 0.45
std_unsafe_heap_testFunction · 0.45
std_heap_testFunction · 0.45
show_heap_preallocFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected