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

  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
NettyHttpClient.java 86 .option(ChannelOption.ALLOCATOR, PooledByteBufAllocator.DEFAULT)
  /external/lz4/lib/
lz4.c 128 #define ALLOCATOR(n,s) calloc(n,s)
682 void* ctxPtr = ALLOCATOR(1, sizeof(LZ4_stream_t)); /* malloc-calloc always properly aligned */
    [all...]
lz4frame.c 53 #define ALLOCATOR(s) calloc(1,s)
380 LZ4F_cctx_t* const cctxPtr = (LZ4F_cctx_t*)ALLOCATOR(sizeof(LZ4F_cctx_t));
449 cctxPtr->tmpBuff = (BYTE*)ALLOCATOR(requiredBuffSize);
759 LZ4F_dctx* const dctxPtr = (LZ4F_dctx*)ALLOCATOR(sizeof(LZ4F_dctx));
    [all...]
lz4hc.c 696 LZ4_streamHC_t* hc4 = (LZ4_streamHC_t*)ALLOCATOR(1, sizeof(LZ4_streamHC_t));
  /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/io/netty/netty-transport/4.1.3.Final/
netty-transport-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.6.Final/
netty-transport-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 

Completed in 280 milliseconds