Home
last modified time | relevance | path

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

/external/speex/libspeexdsp/
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/libopus/celt/
Dstack_alloc.h94 #define ALLOC(var, size, type) type var[size] macro
106 # define ALLOC(var, size, type) var = ((type*)_alloca(sizeof(type)*(size))) macro
108 # define ALLOC(var, size, type) var = ((type*)alloca(sizeof(type)*(size))) macro
156 #define ALLOC(var, size, type) var = PUSH(global_stack, size, type) macro
/external/ltp/testcases/kernel/io/disktest/
Ddefs.h71 #define ALLOC(size) HeapAlloc(GetProcessHeap(), 0, size) macro
83 #define ALLOC(size) malloc(size) macro
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto455 ALLOC = 0; // A memory region was allocated for the buffer. enumerator
/external/libevent/test/
Dregress_bufferevent.c228 ALLOC, FREE, enumerator
/external/zlib/contrib/minizip/
Dunzip.c108 # define ALLOC(size) (malloc(size)) macro
Dzip.c62 # define ALLOC(size) (malloc(size)) macro
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/
Dunzip.c112 # define ALLOC(size) (malloc(size)) macro
Dzip.c62 # define ALLOC(size) (malloc(size)) macro
/external/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h196 ALLOC = 12, enumerator
/external/lz4/lib/
Dlz4frame.c76 # define ALLOC(s) malloc(s) macro
Dlz4.c179 #define ALLOC(s) malloc(s) macro
/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h1477 #define ALLOC(class_name) (class_name*) emalloc(sizeof(class_name)) macro
/external/python/cpython2/Modules/
D_elementtree.c86 #define ALLOC(size, comment) macro
/external/python/cpython3/Modules/
D_elementtree.c45 #define ALLOC(size, comment) macro
/external/mksh/src/
Dsh.h1796 #define ALLOC BIT(0) /* val.s has been allocated */ macro