Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ops
Function · 0.45
heap_test
Function · 0.45
std_test
Function · 0.45
std_unsafe_heap_test
Function · 0.45
std_heap_test
Function · 0.45
show_heap_prealloc
Function · 0.45
main
Function · 0.45
uninitialized_stack_pool_test
Function · 0.45
uninitialized_stack_pool_free_null
Function · 0.45
uninitialized_heap_pool_test
Function · 0.45
uninitialized_calloc_pool_test
Function · 0.45
uninitialized_global_pool_test
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected