Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/
DXlibint.h341 # define Xmalloc(size) malloc(((size) == 0 ? 1 : (size))) macro
347 # define Xmalloc(size) malloc((size)) macro
/aosp_15_r20/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