summaryrefslogtreecommitdiff
path: root/sizes.c
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: size.c: struct size errorxuesenliang2023-03-081-1/+1
|
* net: carve response buffers from read buffersdormando2020-06-091-0/+3
| | | | | | | | | balancing start arguments for memory limits on read vs response buffers is hard. with this change there's a custom sub-allocator that cuts the small response objects out of larger read objects. it is somewhat complicated and has a few loops. the allocation path is short circuited as much as possible.
* external storage base commitdormando2017-11-281-0/+3
| | | | | been squashing reorganizing, and pulling code off to go upstream ahead of merging the whole branch.
* Created a tool to show us the sizes of various data structures.Dustin Sallings2009-03-101-0/+29