Searched refs:DEALLOCATE_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
53 * #define DEALLOCATE_LOCAL_FALLBACK(_ptr) free(_ptr)
108 # if defined(ALLOCATE_LOCAL_FALLBACK) && defined(DEALLOCATE_LOCAL_FALLBACK)
110 # define DEALLOCATE_LOCAL(_ptr) DEALLOCATE_LOCAL_FALLBACK(_ptr)
113 # define DEALLOCATE_LOCAL(_ptr) DEALLOCATE_LOCAL_FALLBACK undefined!
114 # endif /* defined(ALLOCATE_LOCAL_FALLBACK && DEALLOCATE_LOCAL_FALLBACK) */
/xsrc/external/mit/libXt/dist/include/X11/
H A DXtos.h52 #define DEALLOCATE_LOCAL_FALLBACK(_ptr) XtFree((XtPointer)(_ptr)) macro
/xsrc/external/mit/xfs/dist/include/
H A Dos.h83 #define DEALLOCATE_LOCAL_FALLBACK(_ptr) FSfree((pointer)_ptr) macro

Completed in 8 milliseconds