Searched refs:oc (Results 1 – 1 of 1) sorted by relevance
5244 size_t oc = chunksize(oldp) - overhead_for(oldp); in dlrealloc() local5245 memcpy(mem, oldmem, (oc < bytes)? oc : bytes); in dlrealloc()5803 size_t oc = chunksize(oldp) - overhead_for(oldp); in mspace_realloc() local5804 memcpy(mem, oldmem, (oc < bytes)? oc : bytes); in mspace_realloc()