Searched refs:ALLOCATE_LOCAL (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/4.3/include/
H A DXalloca.h33 * The purpose of this header is to define the macros ALLOCATE_LOCAL and
38 * void *ALLOCATE_LOCAL(int size)
46 * Frees the memory allocated by ALLOCATE_LOCAL. Omission of this
52 * same characteristics as ALLOCATE_LOCAL and DEALLOCATE_LOCAL. The
54 * ALLOCATE_LOCAL and DEALLOCATE_LOCAL. Typical usage would be:
78 # define ALLOCATE_LOCAL(size) alloca((int)(size)) macro
81 # define ALLOCATE_LOCAL(size) _Alloca((int)(size)) macro
84 # define ALLOCATE_LOCAL(size) alloca(size) macro
93 # define ALLOCATE_LOCAL(size) alloca((int)(size)) macro
118 # define ALLOCATE_LOCAL(siz macro
127 # define ALLOCATE_LOCAL macro
130 # define ALLOCATE_LOCAL macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXalloca.h29 * The purpose of this header is to define the macros ALLOCATE_LOCAL and
34 * void *ALLOCATE_LOCAL(int size)
42 * Frees the memory allocated by ALLOCATE_LOCAL. Omission of this
48 * same characteristics as ALLOCATE_LOCAL and DEALLOCATE_LOCAL. The
50 * ALLOCATE_LOCAL and DEALLOCATE_LOCAL. Typical usage would be:
83 # define ALLOCATE_LOCAL(size) alloca((int)(size)) macro
101 # define ALLOCATE_LOCAL(size) alloca((int)(size)) macro
107 #if !defined(ALLOCATE_LOCAL)
109 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK(_size) macro
112 # define ALLOCATE_LOCAL(_siz macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DppcSpMcro.h32 if(!(PW = (int *)ALLOCATE_LOCAL(N * sizeof(int)))) \
34 if(!(PPT = (DDXPointRec *)ALLOCATE_LOCAL(N * sizeof(DDXPointRec)))) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DppcSpMcro.h31 if(!(PW = (int *)ALLOCATE_LOCAL(N * sizeof(int)))) \
33 if(!(PPT = (DDXPointRec *)ALLOCATE_LOCAL(N * sizeof(DDXPointRec)))) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DppcSpMcro.h33 if(!(PW = (int *)ALLOCATE_LOCAL(N * sizeof(int)))) \
35 if(!(PPT = (DDXPointRec *)ALLOCATE_LOCAL(N * sizeof(DDXPointRec)))) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DppcSpMcro.h33 if(!(PW = (int *)ALLOCATE_LOCAL(N * sizeof(int)))) \
35 if(!(PPT = (DDXPointRec *)ALLOCATE_LOCAL(N * sizeof(DDXPointRec)))) \

Completed in 3897 milliseconds