Lines Matching refs:balloc
42 BlockAllocator balloc(1024, 1024);
46 http::create_forwarded(balloc,
56 balloc, FORWARDED_FOR, StringRef::from_lit("alpha"),
62 balloc, FORWARDED_BY | FORWARDED_FOR,
68 balloc, FORWARDED_BY | FORWARDED_FOR,
74 balloc,
95 BlockAllocator balloc(1024, 1024);
98 c = http::create_affinity_cookie(balloc, StringRef::from_lit("cookie-val"),
103 c = http::create_affinity_cookie(balloc, StringRef::from_lit("alpha"),
108 c = http::create_affinity_cookie(balloc, StringRef::from_lit("bravo"),
114 c = http::create_affinity_cookie(balloc, StringRef::from_lit("charlie"),
123 BlockAllocator balloc(1024, 1024);
134 http::create_altsvc_header_value(balloc, altsvcs));
138 BlockAllocator balloc(1024, 1024);
153 http::create_altsvc_header_value(balloc, altsvcs));