Searched refs:newmem (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.c2033 void* newmem = internal_malloc(m, bytes); local in function:internal_realloc
2034 if (newmem != 0) {
2036 MEMCPY(newmem, oldmem, (oc < bytes)? oc : bytes);
2039 return newmem;

Completed in 5 milliseconds