Searched refs:BROTLI_DECODER_ALLOC (Results 1 – 3 of 3) sorted by relevance
247 #define BROTLI_DECODER_ALLOC(S, L) S->alloc_func(S->memory_manager_opaque, L) macro
152 HuffmanCode** p = (HuffmanCode**)BROTLI_DECODER_ALLOC(s, in BrotliDecoderHuffmanTreeGroupInit()
1000 (uint8_t*)BROTLI_DECODER_ALLOC(s, (size_t)context_map_size); in DecodeContextMap()1323 s->ringbuffer = (uint8_t*)BROTLI_DECODER_ALLOC(s, in BrotliEnsureRingBuffer()2123 s->block_type_trees = (HuffmanCode*)BROTLI_DECODER_ALLOC(s, in BrotliDecoderDecompressStream()2264 (uint8_t*)BROTLI_DECODER_ALLOC(s, (size_t)s->num_block_types[0]); in BrotliDecoderDecompressStream()