Home
last modified time | relevance | path

Searched defs:alloc_table (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/bytes/tests/
Dtest_bytes_vec_alloc.rs13 alloc_table: [(AtomicPtr<u8>, AtomicUsize); LEDGER_LENGTH], field
20 let alloc_table = [ELEM; LEDGER_LENGTH]; in new() localVariable
/external/erofs-utils/lib/
Dhashmap.c66 static void alloc_table(struct hashmap *map, unsigned int size) in alloc_table() function