Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXregion.h115 (firstrect) = (BOX *) Xrealloc \
DXlibint.h342 # define Xrealloc(ptr, size) realloc((ptr), ((size) == 0 ? 1 : (size))) macro
348 # define Xrealloc(ptr, size) realloc((ptr), (size)) macro
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
DXKBsrv.h296 #define _XkbRealloc(o,s) Xrealloc((o),(s))
300 ((o)?(t *)Xrealloc((o),(n)*sizeof(t)):_XkbTypedCalloc(n,t))