[PR #269] [MERGED] Decoder: implement custom allocator feature #868

Open
opened 2026-01-29 20:51:18 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

  • b693812 Decoder: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/269 **Author:** [@eustas](https://github.com/eustas) **Created:** 11/23/2015 **Status:** ✅ Merged **Merged:** 11/23/2015 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b693812`](https://github.com/google/brotli/commit/b69381227199fceef25e564f68fec730d53b34c4) Decoder: implement custom allocator feature ### 📊 Changes **9 files changed** (+140 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Drive-by: conform stricter compilation flags; cleanup shared.mk --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:51:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#868