Home
last modified time | relevance | path

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

/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DAlloc.c245 _XtHeapAlloc(Heap *heap, Cardinal bytes) in _XtHeapAlloc() function
/dports/x11-toolkits/libXt/libXt-1.2.1/include/X11/
H A DInitialI.h216 #define _XtHeapAlloc(heap,bytes) _XtHeapMalloc(heap, bytes, __FILE__, __LINE__) macro