HomeSort by: relevance | last modified time | path
    Searched refs:_XtMalloc (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXt/dist/src/
Alloc.c 391 _XtMalloc(unsigned size, const char *file, int line)
410 return _XtMalloc(size, (char *) NULL, 0);
419 newptr = _XtMalloc(size, file, line);
  /xsrc/external/mit/libXt/dist/include/X11/
Intrinsic.h 1883 extern char *_XtMalloc( /* implementation-private */
1921 #define XtMalloc(size) _XtMalloc(size, __FILE__, __LINE__)

Completed in 6 milliseconds