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

/xsrc/external/mit/libxkbfile/dist/src/
H A DXKBfileInt.h46 #define _XkbTypedAlloc(t) ((t *)malloc(sizeof(t))) macro
H A Dxkbconfig.c1140 pNew = _XkbTypedAlloc(XkbConfigFieldsRec);
1207 priv = _XkbTypedAlloc(XkbConfigRtrnPrivRec);
/xsrc/external/mit/libxkbui/dist/src/
H A DXKBuiPriv.h54 #define _XkbTypedAlloc(t) ((t *)malloc(sizeof(t))) macro
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBlibint.h121 #define _XkbTypedAlloc(t) ((t *)Xmalloc(sizeof(t))) macro
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBsrv.h297 #define _XkbTypedAlloc(t) ((t *)xalloc(sizeof(t))) macro

Completed in 6 milliseconds