Skip to content

doh: allocate state struct on demand#6492

Closed
bagder wants to merge 1 commit into
masterfrom
bagder/doh-on-demand
Closed

doh: allocate state struct on demand#6492
bagder wants to merge 1 commit into
masterfrom
bagder/doh-on-demand

Conversation

@bagder

@bagder bagder commented Jan 19, 2021

Copy link
Copy Markdown
Member

... instead of having it static within the Curl_easy struct. This takes
away 1176 bytes (18%) from the Curl_easy struct that aren't used very
often and instead makes the code allocate it when needed.

... instead of having it static within the Curl_easy struct. This takes
away 1176 bytes (18%) from the Curl_easy struct that aren't used very
often and instead makes the code allocate it when needed.
@bagder bagder closed this in 6246a1d Jan 20, 2021
@bagder bagder deleted the bagder/doh-on-demand branch January 20, 2021 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant