Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1126)

Unified Diff: net/quic/quic_simple_buffer_allocator.h

Issue 1577473002: relnote: QUIC streamable frames can now use a freelist for their packet buffers, Guarded by gfe2_fe… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@19_CL_111440524
Patch Set: cast to size_t Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/quic_protocol.cc ('k') | net/quic/quic_simple_buffer_allocator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_simple_buffer_allocator.h
diff --git a/net/quic/quic_simple_buffer_allocator.h b/net/quic/quic_simple_buffer_allocator.h
index 171f6b0d09964086e4f3cc7abf4fa73fb26b2358..dfb0fffa2e8e83bd859c08a1c59c8c779f0f44d4 100644
--- a/net/quic/quic_simple_buffer_allocator.h
+++ b/net/quic/quic_simple_buffer_allocator.h
@@ -12,6 +12,7 @@ namespace net {
class NET_EXPORT_PRIVATE SimpleBufferAllocator : public QuicBufferAllocator {
public:
char* New(size_t size) override;
+ char* New(size_t size, bool flag_enable) override;
void Delete(char* buffer) override;
};
« no previous file with comments | « net/quic/quic_protocol.cc ('k') | net/quic/quic_simple_buffer_allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698