HomeSort by relevance Sort by last modified time
    Searched refs:destroyBuckets (Results 1 - 2 of 2) sorted by null

  /system/core/libutils/
BasicHashtable.cpp 86 destroyBuckets(mBuckets, mBucketCount);
261 destroyBuckets(buckets, count);
266 void BasicHashtableImpl::destroyBuckets(void* __restrict__ buckets, size_t count) const {
  /system/core/include/utils/
BasicHashtable.h 107 void destroyBuckets(void* __restrict__ buckets, size_t count) const;

Completed in 33 milliseconds