Lines Matching refs:alloc
147 void SetAllocationFunctions(alloc_func alloc, free_func free, void* opaque);
213 CompressionError Init(brotli_alloc_func alloc,
233 CompressionError Init(brotli_alloc_func alloc,
950 void ZlibContext::SetAllocationFunctions(alloc_func alloc,
953 strm_.zalloc = alloc;
1143 CompressionError BrotliEncoderContext::Init(brotli_alloc_func alloc,
1146 alloc_ = alloc;
1149 state_.reset(BrotliEncoderCreateInstance(alloc, free, opaque));
1208 CompressionError BrotliDecoderContext::Init(brotli_alloc_func alloc,
1211 alloc_ = alloc;
1214 state_.reset(BrotliDecoderCreateInstance(alloc, free, opaque));