Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dslot-set.h155 size_t size = kInitialBucketsSize + buckets_size; in Allocate()
158 reinterpret_cast<uint8_t*>(allocation) + kInitialBucketsSize); in Allocate()
185 AlignedFree(reinterpret_cast<uint8_t*>(slot_set) - kInitialBucketsSize); in Delete()
595 static const int kInitialBucketsSize = sizeof(size_t); variable
597 static const int kInitialBucketsSize = 0; variable