Searched refs:commonsize (Results 1 – 1 of 1) sorted by relevance
245 size_t commonsize = (oldsize < size) ? oldsize : size; in debug_realloc() local252 memcpy(newblock + 1, block + 1, commonsize); /* copy old contents */ in debug_realloc()256 fillmem(cast_charp(newblock + 1) + commonsize, size - commonsize); in debug_realloc()