Searched refs:ALLOCATOR (Results 1 – 5 of 5) sorted by relevance
/external/lz4/lib/ |
D | lz4frame.c | 58 #define ALLOCATOR(s) calloc(1,s) macro 332 cctxPtr = (LZ4F_cctx_internal_t*)ALLOCATOR(sizeof(LZ4F_cctx_internal_t)); in LZ4F_createCompressionContext() 402 cctxPtr->tmpBuff = (BYTE*)ALLOCATOR(requiredBuffSize); in LZ4F_compressBegin() 715 dctxPtr = ALLOCATOR(sizeof(LZ4F_dctx_internal_t)); in LZ4F_createDecompressionContext() 789 dctxPtr->tmpIn = ALLOCATOR(dctxPtr->maxBlockSize); in LZ4F_decodeHeader() 791 dctxPtr->tmpOutBuffer= ALLOCATOR(dctxPtr->maxBufferSize); in LZ4F_decodeHeader()
|
D | lz4.c | 142 #define ALLOCATOR(n,s) calloc(n,s) macro 713 void* ctx = ALLOCATOR(LZ4_STREAMSIZE_U64, 8); /* Aligned on 8-bytes boundaries */ in LZ4_compress() 733 void* ctx = ALLOCATOR(LZ4_STREAMSIZE_U64, 8); /* Aligned on 8-bytes boundaries */ in LZ4_compress_limitedOutput() 767 LZ4_stream_t* lz4s = (LZ4_stream_t*)ALLOCATOR(8, LZ4_STREAMSIZE_U64); in LZ4_createStream() 1154 … LZ4_streamDecode_t* lz4s = (LZ4_streamDecode_t*) ALLOCATOR(sizeof(U64), LZ4_STREAMDECODESIZE_U64); in LZ4_createStreamDecode() 1316 void* lz4ds = ALLOCATOR(8, LZ4_STREAMSIZE_U64); in LZ4_create()
|
D | lz4hc.c | 714 void* hc4 = ALLOCATOR(1, sizeof(LZ4HC_Data_Structure)); in LZ4_createHC()
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
D | NettyHttpClient.java | 86 .option(ChannelOption.ALLOCATOR, PooledByteBufAllocator.DEFAULT) in prepare()
|
/external/clang/test/CodeGenObjC/ |
D | arc.m | 750 // 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]]
|