mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #269] [MERGED] Decoder: implement custom allocator feature #868
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/269
Author: @eustas
Created: 11/23/2015
Status: ✅ Merged
Merged: 11/23/2015
Merged by: @eustas
Base:
master← Head:master📝 Commits (1)
b693812Decoder: implement custom allocator feature📊 Changes
9 files changed (+140 additions, -63 deletions)
View changed files
📝
dec/decode.c(+52 -23)📝
dec/decode.h(+10 -0)📝
dec/huffman.c(+0 -18)📝
dec/huffman.h(+0 -4)📝
dec/port.h(+4 -2)📝
dec/state.c(+52 -10)📝
dec/state.h(+11 -1)📝
dec/types.h(+11 -0)📝
shared.mk(+0 -5)📄 Description
Drive-by: conform stricter compilation flags; cleanup shared.mk
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.