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

/macosx-10.10/WTF-7600.1.24/wtf/
H A DCompression.cpp57 enum { MinimumSize = sizeof(GenericCompressedData) * 8 }; enumerator in enum:WTF::__anon5554
59 if (!data || dataLength < MinimumSize)
72 size_t currentCapacity = fastMallocGoodSize(MinimumSize);

Completed in 133 milliseconds