OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PartitionBucket
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h
160
struct
PartitionBucket
;
192
PartitionBucket
* bucket;
197
struct
PartitionBucket
{
227
PartitionBucket
seedBucket;
230
ALWAYS_INLINE
PartitionBucket
* buckets() { return reinterpret_cast<
PartitionBucket
*>(this + 1); }
231
ALWAYS_INLINE const
PartitionBucket
* buckets() const { return reinterpret_cast<const
PartitionBucket
*>(this + 1); }
237
WTF_EXPORT NEVER_INLINE void* partitionAllocSlowPath(
PartitionBucket
*);
333
ALWAYS_INLINE size_t partitionBucketSize(const
PartitionBucket
* bucket
[
all
...]
PartitionAlloc.cpp
91
PartitionBucket
* bucket = &root->buckets()[i];
122
static bool partitionAllocShutdownBucket(
PartitionBucket
* bucket)
145
PartitionBucket
* bucket = &root->buckets()[i];
243
static ALWAYS_INLINE size_t partitionBucketSlots(const
PartitionBucket
* bucket)
248
static ALWAYS_INLINE void partitionPageReset(PartitionPage* page,
PartitionBucket
* bucket)
264
PartitionBucket
* bucket = page->bucket;
307
static ALWAYS_INLINE void partitionSetNewActivePage(
PartitionBucket
* bucket, PartitionPage* page)
343
void* partitionAllocSlowPath(
PartitionBucket
* bucket)
382
PartitionBucket
* bucket = page->bucket;
445
PartitionBucket
* bucket = partitionPointerToPage(realPtr)->bucket
[
all
...]
PartitionAllocTest.cpp
83
WTF::
PartitionBucket
* bucket = &allocator.root()->buckets()[bucketIdx];
121
WTF::
PartitionBucket
* bucket = &allocator.root()->buckets()[kTestBucketIndex];
189
WTF::
PartitionBucket
* bucket = &allocator.root()->buckets()[kTestBucketIndex];
229
WTF::
PartitionBucket
* bucket = &allocator.root()->buckets()[kTestBucketIndex];
289
WTF::
PartitionBucket
* bucket = &allocator.root()->buckets()[kTestBucketIndex];
469
WTF::
PartitionBucket
* bucket = &allocator.root()->buckets()[bucketIdx];
575
WTF::
PartitionBucket
* bucket = &allocator.root()->buckets()[kTestBucketIndex];
613
WTF::
PartitionBucket
* bucket = 0;
Completed in 24 milliseconds