Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dmd.c350 #define ALLOC( type ) \ macro
/third_party/ffmpeg/libavcodec/
Davpacket.c191 #define DUP_DATA(dst, src, size, padding, ALLOC) \ argument
/third_party/lz4/lib/
Dlz4.c197 # define ALLOC(s) LZ4_malloc(s) macro
202 # define ALLOC(s) malloc(s) macro
Dlz4frame.c76 # define ALLOC(s) malloc(s) macro
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/
Dunzip.c112 # define ALLOC(size) (malloc(size)) macro
Dzip.c62 # define ALLOC(size) (malloc(size)) macro
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
Dunzip.c108 # define ALLOC(size) (malloc(size)) macro
Dzip.c62 # define ALLOC(size) (malloc(size)) macro
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dunzip.c108 # define ALLOC(size) (malloc(size)) macro
Dzip.c62 # define ALLOC(size) (malloc(size)) macro
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/
Dunzip.c112 # define ALLOC(size) (malloc(size)) macro
Dzip.c62 # define ALLOC(size) (malloc(size)) macro
/third_party/zlib/contrib/minizip/
Dunzip.c112 # define ALLOC(size) (malloc(size)) macro
Dzip.c62 # define ALLOC(size) (malloc(size)) macro
/third_party/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h193 ALLOC = 12, enumerator
/third_party/python/Modules/
D_elementtree.c45 #define ALLOC(size, comment) macro
/third_party/mksh/
Dsh.h1794 #define ALLOC BIT(0) /* val.s has been allocated */ macro