Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching defs:oc

5242           size_t oc = chunksize(oldp) - overhead_for(oldp);
5243 memcpy(mem, oldmem, (oc < bytes)? oc : bytes);
5794 size_t oc = chunksize(oldp) - overhead_for(oldp);
5795 memcpy(mem, oldmem, (oc < bytes)? oc : bytes);