HomeSort by relevance Sort by last modified time
    Searched refs:ALLOCATOR (Results 1 - 6 of 6) sorted by null

  /external/lz4/lib/
lz4.c 142 #define ALLOCATOR(n,s) calloc(n,s)
713 void* ctx = ALLOCATOR(LZ4_STREAMSIZE_U64, 8); /* Aligned on 8-bytes boundaries */
733 void* ctx = ALLOCATOR(LZ4_STREAMSIZE_U64, 8); /* Aligned on 8-bytes boundaries */
767 LZ4_stream_t* lz4s = (LZ4_stream_t*)ALLOCATOR(8, LZ4_STREAMSIZE_U64);
    [all...]
lz4frame.c 58 #define ALLOCATOR(s) calloc(1,s)
332 cctxPtr = (LZ4F_cctx_internal_t*)ALLOCATOR(sizeof(LZ4F_cctx_internal_t));
402 cctxPtr->tmpBuff = (BYTE*)ALLOCATOR(requiredBuffSize);
715 dctxPtr = ALLOCATOR(sizeof(LZ4F_dctx_internal_t));
789 dctxPtr->tmpIn = ALLOCATOR(dctxPtr->maxBlockSize);
791 dctxPtr->tmpOutBuffer= ALLOCATOR(dctxPtr->maxBufferSize);
    [all...]
lz4hc.c 714 void* hc4 = ALLOCATOR(1, sizeof(LZ4HC_Data_Structure));
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
NettyHttpClient.java 86 .option(ChannelOption.ALLOCATOR, PooledByteBufAllocator.DEFAULT)
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 

Completed in 128 milliseconds