http_proto
http_proto copied to clipboard
zlib service probe needs to also return the number of allocations
The ZLib service probe should round the measurement of each allocation up to the nearest 64-bit integer. Also, it should return both the total allocated bytes, and the number of allocations. This will allow the caller to account for any per-allocation overhead such as intrusive pointers or whatever.