Searched refs:mAllocSize (Results 1 – 3 of 3) sorted by relevance
34 mAllocSize(1) { in AString()40 mAllocSize(1) { in AString()47 mAllocSize(1) { in AString()54 mAllocSize(1) { in AString()61 mAllocSize(1) { in AString()113 mAllocSize = 1; in clear()171 if (mSize + size + 1 > mAllocSize) { in append()172 mAllocSize = (mAllocSize + size + 31) & -32; in append()173 mData = (char *)realloc(mData, mAllocSize); in append()275 if (mSize + size + 1 > mAllocSize) { in insert()[all …]
85 size_t mAllocSize; member
525 size_t mAllocSize; variable535 mAllocSize(AllocSize) { in RSExportRecordType()555 inline size_t getAllocSize() const { return mAllocSize; } in getAllocSize()