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

  /external/chromium_org/third_party/WebKit/Source/wtf/
DefaultAllocator.h 54 RELEASE_ASSERT(count <= kMaxUnquantizedAllocation / sizeof(T));
57 static const size_t kMaxUnquantizedAllocation = kGenericMaxDirectMapped;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8WebGLRenderingContextCustom.cpp 538 if (array->Length() > WTF::DefaultAllocatorQuantizer::kMaxUnquantizedAllocation / sizeof(float)) {
605 if (array->Length() > WTF::DefaultAllocatorQuantizer::kMaxUnquantizedAllocation / sizeof(int)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.h     [all...]

Completed in 222 milliseconds