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

  /xsrc/external/mit/xorgproto/dist/include/X11/
Xalloca.h 47 * 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/
Xtos.h 52 #define DEALLOCATE_LOCAL_FALLBACK(_ptr) XtFree((XtPointer)(_ptr))
  /xsrc/external/mit/xfs/dist/include/
os.h 83 #define DEALLOCATE_LOCAL_FALLBACK(_ptr) FSfree((pointer)_ptr)

Completed in 5 milliseconds