Home
last modified time | relevance | path

Searched refs:alloca (Results 1 – 3 of 3) sorted by relevance

/bsp/simulator/SDL2/include/
A DSDL_stdinc.h93 #if defined(HAVE_ALLOCA) && !defined(alloca)
97 # define alloca __builtin_alloca macro
100 # define alloca _alloca macro
108 #pragma alloca
110 void *alloca(unsigned);
112 void *alloca(size_t);
450 #define SDL_stack_alloc(type, count) (type*)alloca(sizeof(type)*(count))
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/external_resample/speexrate/
A Dconfig.h57 #define ALLOC(var, size, type) var = alloca(sizeof(type)*(size))
/bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/
A Dpcm.h297 #define __snd_alloca(ptr,type) do { *ptr = (type##_t *) alloca(type##_sizeof()); memset(*ptr, 0, ty…

Completed in 11 milliseconds