Home
last modified time | relevance | path

Searched refs:oc (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/upstream-dlmalloc/
Dmalloc.c5244 size_t oc = chunksize(oldp) - overhead_for(oldp); in dlrealloc() local
5245 memcpy(mem, oldmem, (oc < bytes)? oc : bytes); in dlrealloc()
5803 size_t oc = chunksize(oldp) - overhead_for(oldp); in mspace_realloc() local
5804 memcpy(mem, oldmem, (oc < bytes)? oc : bytes); in mspace_realloc()