Home
last modified time | relevance | path

Searched refs:ALLOCATOR (Results 1 – 5 of 5) sorted by relevance

/external/lz4/lib/
Dlz4frame.c53 #define ALLOCATOR(s) calloc(1,s) macro
380 LZ4F_cctx_t* const cctxPtr = (LZ4F_cctx_t*)ALLOCATOR(sizeof(LZ4F_cctx_t)); in LZ4F_createCompressionContext()
449 cctxPtr->tmpBuff = (BYTE*)ALLOCATOR(requiredBuffSize); in LZ4F_compressBegin()
759 LZ4F_dctx* const dctxPtr = (LZ4F_dctx*)ALLOCATOR(sizeof(LZ4F_dctx)); in LZ4F_createDecompressionContext()
905 dctxPtr->tmpIn = (BYTE*)ALLOCATOR(dctxPtr->maxBlockSize); in LZ4F_decodeHeader()
909 dctxPtr->tmpOutBuffer= (BYTE*)ALLOCATOR(bufferNeeded); in LZ4F_decodeHeader()
Dlz4.c128 #define ALLOCATOR(n,s) calloc(n,s) macro
682 void* ctxPtr = ALLOCATOR(1, sizeof(LZ4_stream_t)); /* malloc-calloc always properly aligned */ in LZ4_compress_fast()
895 …LZ4_stream_t* ctx = (LZ4_stream_t*)ALLOCATOR(1, sizeof(LZ4_stream_t)); /* malloc-calloc always p… in LZ4_compress_destSize()
917 LZ4_stream_t* lz4s = (LZ4_stream_t*)ALLOCATOR(8, LZ4_STREAMSIZE_U64); in LZ4_createStream()
1276 LZ4_streamDecode_t* lz4s = (LZ4_streamDecode_t*) ALLOCATOR(1, sizeof(LZ4_streamDecode_t)); in LZ4_createStreamDecode()
1439 LZ4_stream_t* lz4ds = (LZ4_stream_t*)ALLOCATOR(8, sizeof(LZ4_stream_t)); in LZ4_create()
Dlz4hc.c696 LZ4_streamHC_t* hc4 = (LZ4_streamHC_t*)ALLOCATOR(1, sizeof(LZ4_streamHC_t)); in LZ4_createHC()
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DNettyHttpClient.java86 .option(ChannelOption.ALLOCATOR, PooledByteBufAllocator.DEFAULT) in prepare()
/external/clang/test/CodeGenObjC/
Darc.m750 // CHECK-NEXT: [[ALLOCATOR:%.*]] = alloca i8*, align 8
755 // CHECK-NEXT: store i8* [[T0]], i8** [[ALLOCATOR]]
760 // CHECK-NEXT: [[T1:%.*]] = load i8*, i8** [[ALLOCATOR]], align 8
792 // CHECK-NEXT: [[T0:%.*]] = load i8*, i8** [[ALLOCATOR]]