HomeSort by relevance Sort by last modified time
    Searched full:quantizedsize (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
QuantizedAllocation.h 35 // QuantizedAllocation::quantizedSize() rounds up the specific size such that:
69 static size_t quantizedSize(size_t size)
PartitionAlloc.cpp 452 size_t allocSize = QuantizedAllocation::quantizedSize(newSize);
PartitionAlloc.h 521 size = QuantizedAllocation::quantizedSize(size);
Vector.h 269 return QuantizedAllocation::quantizedSize(capacity * sizeof(T));
    [all...]

Completed in 70 milliseconds