Lines Matching refs:BROTLI_ALLOC
197 s->storage_ = BROTLI_ALLOC(m, uint8_t, size); in GetBrotliStorage()
236 s->large_table_ = BROTLI_ALLOC(m, int, htsize); in GetHashTable()
951 BROTLI_ALLOC(m, uint32_t, kCompressFragmentTwoPassBlockSize); in EncodeData()
953 BROTLI_ALLOC(m, uint8_t, kCompressFragmentTwoPassBlockSize); in EncodeData()
1011 new_commands = BROTLI_ALLOC(m, Command, newsize); in EncodeData()
1234 ZopfliNode* nodes = BROTLI_ALLOC(m, ZopfliNode, block_size + 1); in BrotliCompressBufferQuality10()
1256 Command* new_commands = BROTLI_ALLOC(m, Command, new_cmd_alloc_size); in BrotliCompressBufferQuality10()
1288 storage = BROTLI_ALLOC(m, uint8_t, 16); in BrotliCompressBufferQuality10()
1299 storage = BROTLI_ALLOC(m, uint8_t, metablock_size + 16); in BrotliCompressBufferQuality10()
1327 storage = BROTLI_ALLOC(m, uint8_t, 2 * metablock_size + 503); in BrotliCompressBufferQuality10()
1576 BROTLI_ALLOC(m, uint32_t, kCompressFragmentTwoPassBlockSize); in BrotliEncoderCompressStreamFast()
1578 BROTLI_ALLOC(m, uint8_t, kCompressFragmentTwoPassBlockSize); in BrotliEncoderCompressStreamFast()
1585 tmp_command_buf = BROTLI_ALLOC(m, uint32_t, buf_size); in BrotliEncoderCompressStreamFast()
1586 tmp_literal_buf = BROTLI_ALLOC(m, uint8_t, buf_size); in BrotliEncoderCompressStreamFast()