Home
last modified time | relevance | path

Searched refs:size_to_bucket (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/memory/libmemunreachable/
H A DAllocator.cpp110 static inline unsigned int size_to_bucket(size_t size) { in size_to_bucket() function
364 int bucket = size_to_bucket(size); in AllocLocked()