Searched refs:mAllocSize (Results 1 – 3 of 3) sorted by relevance
36 mAllocSize(1) { in AString()42 mAllocSize(1) { in AString()49 mAllocSize(1) { in AString()56 mAllocSize(1) { in AString()63 mAllocSize(1) { in AString()70 mAllocSize(1) { in AString()122 mAllocSize = 1; in clear()180 if (mSize + size + 1 > mAllocSize) { in append()181 mAllocSize = (mAllocSize + size + 31) & -32; in append()182 mData = (char *)realloc(mData, mAllocSize); in append()[all …]
549 size_t mAllocSize; variable561 mAllocSize(AllocSize) { in RSExportRecordType()580 virtual size_t getAllocSize() const { return mAllocSize; } in getAllocSize()
100 size_t mAllocSize; member