Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXlibint.h341 # define Xmalloc(size) malloc(((size) == 0 ? 1 : (size))) macro
347 # define Xmalloc(size) malloc((size)) macro