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

  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h 190 ALWAYS_INLINE void* partitionBucketAlloc(PartitionBucket* bucket)
219 return partitionBucketAlloc(bucket);
PartitionAlloc.cpp 313 PartitionFreepagelistEntry* entry = static_cast<PartitionFreepagelistEntry*>(partitionBucketAlloc(&bucket->root->buckets[kFreePageBucket]));

Completed in 30 milliseconds