Home | History | Annotate | Download | only in stdlib

Lines Matching defs:oc

3841         size_t oc = oldsize - overhead_for(oldp);
3842 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes);