Home | History | Annotate | Download | only in mpreal

Lines Matching defs:oc

4362         size_t oc = oldsize - overhead_for(oldp);

4363 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes);