Searched refs:newAllocLen (Results 1 – 1 of 1) sorted by relevance
169 size_t newAllocLen; in guaranteeRecordAppend() local171 newAllocLen = rec->allocLen * 2; in guaranteeRecordAppend()172 if (newAllocLen < minSize) { in guaranteeRecordAppend()173 newAllocLen = rec->allocLen + nmore + nmore/2; in guaranteeRecordAppend()175 newBody = realloc(rec->body, newAllocLen); in guaranteeRecordAppend()178 rec->allocLen = newAllocLen; in guaranteeRecordAppend()