Lines Matching refs:size
479 // Allocation functions provided to zlib itself. We store the real size of
485 static void* AllocForZlib(void* data, uInt items, uInt size) {
488 static_cast<size_t>(size));
492 static void* AllocForBrotli(void* data, size_t size) {
493 size += sizeof(size_t);
495 char* memory = UncheckedMalloc(size);
497 *reinterpret_cast<size_t*>(memory) = size;
498 ctx->unreported_allocations_.fetch_add(size,
594 // to use the window size in the zlib header of the compressed stream.
835 dictionary_.size());
1056 dictionary_.size());
1063 dictionary_.size());