OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bucket_
(Results
1 - 5
of
5
) sorted by null
/system/core/libmemunreachable/
Allocator.cpp
82
void MoveToFullList(Chunk* chunk, int
bucket_
);
83
void MoveToFreeList(Chunk* chunk, int
bucket_
);
199
unsigned int
bucket_
;
member in class:Chunk
243
node_(this), heap_(heap),
bucket_
(bucket), allocation_size_(
274
heap_->MoveToFullList(this,
bucket_
);
298
heap_->MoveToFreeList(this,
bucket_
);
/external/compiler-rt/lib/sanitizer_common/
sanitizer_addrhashmap.h
82
Bucket *
bucket_
;
member in class:__sanitizer::AddrHashMap::Handle
162
h->
bucket_
= b;
287
Bucket *b = h->
bucket_
;
/bionic/linker/
dlfcn.cpp
273
__libdl_info->
bucket_
= g_libdl_buckets;
linker.h
217
uint32_t*
bucket_
;
member in struct:soinfo
linker.cpp
848
for (uint32_t n =
bucket_
[hash % nbucket_]; n != 0; n = chain_[n]) {
[
all
...]
Completed in 1542 milliseconds