Searched refs:ALLOCATE_LOCAL_FALLBACK (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXalloca.h47 * ALLOCATE_LOCAL_FALLBACK and DEALLOCATE_LOCAL_FALLBACK, that have the
52 * #define ALLOCATE_LOCAL_FALLBACK(_size) malloc(_size)
74 * If you want something other than (DE)ALLOCATE_LOCAL_FALLBACK
108 # if defined(ALLOCATE_LOCAL_FALLBACK) && defined(DEALLOCATE_LOCAL_FALLBACK)
109 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK(_size)
112 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK undefined!
114 # endif /* defined(ALLOCATE_LOCAL_FALLBACK && DEALLOCATE_LOCAL_FALLBACK) */
/xsrc/external/mit/libXt/dist/include/X11/
H A DXtos.h51 #define ALLOCATE_LOCAL_FALLBACK(_size) XtMalloc((unsigned long)(_size)) macro
/xsrc/external/mit/xfs/dist/include/
H A Dos.h82 #define ALLOCATE_LOCAL_FALLBACK(_size) FSalloc((unsigned long)_size) macro

Completed in 4 milliseconds