Home
last modified time | relevance | path

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

/system/core/libutils/
DBasicHashtable.cpp86 destroyBuckets(mBuckets, mBucketCount); in clear()
261 destroyBuckets(buckets, count); in releaseBuckets()
266 void BasicHashtableImpl::destroyBuckets(void* __restrict__ buckets, size_t count) const { in destroyBuckets() function in android::BasicHashtableImpl
/system/core/include/utils/
DBasicHashtable.h107 void destroyBuckets(void* __restrict__ buckets, size_t count) const;