Searched refs:_dixAllocateObjectWithPrivates (Results 1 – 3 of 3) sorted by relevance
313 extern _X_EXPORT void *_dixAllocateObjectWithPrivates(unsigned size,318 #define dixAllocateObjectWithPrivates(t, type) (t *) _dixAllocateObjectWithPrivates(sizeof(t), size…
471 _dixAllocateObjectWithPrivates(unsigned baseSize, unsigned clear, in _dixAllocateObjectWithPrivates() function
269 pmap = _dixAllocateObjectWithPrivates(sizebytes, sizebytes, in CreateColormap()