Searched defs:ALLOCATE_LOCAL (Results 1 - 2 of 2) 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...]

Completed in 48 milliseconds