Lines Matching refs:BROTLI_ALLOC
214 s->storage_ = BROTLI_ALLOC(m, uint8_t, size); in GetBrotliStorage()
253 s->large_table_ = BROTLI_ALLOC(m, int, htsize); in GetHashTable()
985 BROTLI_ALLOC(m, uint32_t, kCompressFragmentTwoPassBlockSize); in EncodeData()
987 BROTLI_ALLOC(m, uint8_t, kCompressFragmentTwoPassBlockSize); in EncodeData()
1048 new_commands = BROTLI_ALLOC(m, Command, newsize); in EncodeData()
1278 ZopfliNode* nodes = BROTLI_ALLOC(m, ZopfliNode, block_size + 1); in BrotliCompressBufferQuality10()
1300 Command* new_commands = BROTLI_ALLOC(m, Command, new_cmd_alloc_size); in BrotliCompressBufferQuality10()
1332 storage = BROTLI_ALLOC(m, uint8_t, 16); in BrotliCompressBufferQuality10()
1343 storage = BROTLI_ALLOC(m, uint8_t, metablock_size + 16); in BrotliCompressBufferQuality10()
1367 storage = BROTLI_ALLOC(m, uint8_t, 2 * metablock_size + 503); in BrotliCompressBufferQuality10()
1616 BROTLI_ALLOC(m, uint32_t, kCompressFragmentTwoPassBlockSize); in BrotliEncoderCompressStreamFast()
1618 BROTLI_ALLOC(m, uint8_t, kCompressFragmentTwoPassBlockSize); in BrotliEncoderCompressStreamFast()
1628 tmp_command_buf = BROTLI_ALLOC(m, uint32_t, buf_size); in BrotliEncoderCompressStreamFast()
1629 tmp_literal_buf = BROTLI_ALLOC(m, uint8_t, buf_size); in BrotliEncoderCompressStreamFast()