Home
last modified time | relevance | path

Searched defs:ALLOC (Results 1 – 7 of 7) sorted by relevance

/external/speex/libspeex/
Dstack_alloc.h105 #define ALLOC(var, size, type) type var[size] macro
108 #define ALLOC(var, size, type) var = alloca(sizeof(type)*(size)) macro
111 #define ALLOC(var, size, type) var = PUSH(stack, size, type) macro
/external/harfbuzz/src/
Dharfbuzz-impl.h85 #define ALLOC(_ptr,_size) \ macro
/external/dropbear/libtommath/mtest/
Dmpi.h58 #define ALLOC(MP) ((MP)->alloc) macro
/external/qemu/distrib/zlib-1.2.3/
Dgzio.c43 #define ALLOC(size) malloc(size) macro
/external/zlib/contrib/minizip/
Dunzip.c112 # define ALLOC(size) (malloc(size)) macro
Dzip.c62 # define ALLOC(size) (malloc(size)) macro
/external/mksh/src/
Dsh.h993 #define ALLOC BIT(0) /* val.s has been allocated */ macro