Searched refs:kGenericMaxDirectMapped (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDefaultAllocator.h57 static const size_t kMaxUnquantizedAllocation = kGenericMaxDirectMapped;
H A DPartitionAlloc.h187 static const size_t kGenericMaxDirectMapped = INT_MAX - kSystemPageSize; member in namespace:WTF
583 // Caller must check that the size is not above the kGenericMaxDirectMapped
586 ASSERT(size <= kGenericMaxDirectMapped);
600 } else if (size > kGenericMaxDirectMapped) {
H A DPartitionAlloc.cpp661 if (size > kGenericMaxDirectMapped) {
885 RELEASE_ASSERT(newSize <= kGenericMaxDirectMapped);

Completed in 303 milliseconds