Home
last modified time | relevance | path

Searched refs:commonsize (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/lua/src/
H A Dltests.c245 size_t commonsize = (oldsize < size) ? oldsize : size; in debug_realloc() local
252 memcpy(newblock + 1, block + 1, commonsize); /* copy old contents */ in debug_realloc()
256 fillmem(cast_charp(newblock + 1) + commonsize, size - commonsize); in debug_realloc()