Searched refs:oc (Results 1 – 2 of 2) sorted by relevance
3864 size_t oc = oldsize - overhead_for(oldp); in internal_realloc() local3865 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes); in internal_realloc()
4464 size_t oc = oldsize - overhead_for(oldp); in internal_realloc() local4465 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes); in internal_realloc()