Searched refs:alloc_table (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/tests/ |
D | test_bytes_vec_alloc.rs | 13 alloc_table: [(AtomicPtr<u8>, AtomicUsize); LEDGER_LENGTH], field 20 let alloc_table = [ELEM; LEDGER_LENGTH]; in new() localVariable 22 Self { alloc_table } in new() 27 for (entry_ptr, entry_size) in self.alloc_table.iter() { in insert() 40 for (entry_ptr, entry_size) in self.alloc_table.iter() { in remove()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/tests/ |
H A D | test_bytes_vec_alloc.rs | 13 alloc_table: [(AtomicPtr<u8>, AtomicUsize); LEDGER_LENGTH], field 20 let alloc_table = [ELEM; LEDGER_LENGTH]; in new() localVariable 22 Self { alloc_table } in new() 27 for (entry_ptr, entry_size) in self.alloc_table.iter() { in insert() 40 for (entry_ptr, entry_size) in self.alloc_table.iter() { in remove()
|
/aosp_15_r20/external/erofs-utils/lib/ |
H A D | hashmap.c | 66 static void alloc_table(struct hashmap *map, unsigned int size) in alloc_table() function 104 alloc_table(map, newsize); in rehash() 149 alloc_table(map, size); in hashmap_init()
|