Lines Matching full:allocsize
1455 size_t allocSize = (size*3)/2;1456 void* buf = realloc(mData, allocSize);1462 mBufferSize = allocSize;