HomeSort by relevance Sort by last modified time
    Searched refs:DEALLOCATE_LOCAL (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xalloca.h 30 * DEALLOCATE_LOCAL appropriately for the platform being compiled on.
36 * failed. The memory must be freed with DEALLOCATE_LOCAL before the
41 * void DEALLOCATE_LOCAL(void *)
48 * same characteristics as ALLOCATE_LOCAL and DEALLOCATE_LOCAL. The
50 * ALLOCATE_LOCAL and DEALLOCATE_LOCAL. Typical usage would be:
75 * for ALLOCATE/DEALLOCATE_LOCAL then you add that in here.
110 # define DEALLOCATE_LOCAL(_ptr) DEALLOCATE_LOCAL_FALLBACK(_ptr)
113 # define DEALLOCATE_LOCAL(_ptr) DEALLOCATE_LOCAL_FALLBACK undefined!
116 # if !defined(DEALLOCATE_LOCAL)
117 # define DEALLOCATE_LOCAL(_ptr) do {} while(0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xalloca.h 30 * DEALLOCATE_LOCAL appropriately for the platform being compiled on.
36 * failed. The memory must be freed with DEALLOCATE_LOCAL before the
41 * void DEALLOCATE_LOCAL(void *)
48 * same characteristics as ALLOCATE_LOCAL and DEALLOCATE_LOCAL. The
50 * ALLOCATE_LOCAL and DEALLOCATE_LOCAL. Typical usage would be:
75 * for ALLOCATE/DEALLOCATE_LOCAL then you add that in here.
110 # define DEALLOCATE_LOCAL(_ptr) DEALLOCATE_LOCAL_FALLBACK(_ptr)
113 # define DEALLOCATE_LOCAL(_ptr) DEALLOCATE_LOCAL_FALLBACK undefined!
116 # if !defined(DEALLOCATE_LOCAL)
117 # define DEALLOCATE_LOCAL(_ptr) do {} while(0
    [all...]

Completed in 119 milliseconds