Home
last modified time | relevance | path

Searched defs:bucket_ptr (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/sampling_heap_profiler/
Dlock_free_address_hash_set.cc36 subtle::AtomicWord* bucket_ptr = &buckets_[h & bucket_mask_]; in Insert() local
/external/rust/crates/thread_local/src/
Dlib.rs147 let bucket_ptr = *bucket.get_mut(); in drop() localVariable
230 let bucket_ptr = in get_inner() localVariable
253 let bucket_ptr: *const _ = bucket_atomic_ptr.load(Ordering::Acquire); in insert() localVariable
254 let bucket_ptr = if bucket_ptr.is_null() { in insert() localVariable
256 let bucket_ptr = allocate_bucket(thread.bucket_size); in insert() localVariable
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc266 internal::PartitionBucket** bucket_ptr = &bucket_lookups[0]; in Init() local