Skip to content
Snippets Groups Projects
Commit a49436d7 authored by Tom Lane's avatar Tom Lane
Browse files

Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c's

not-very-good handling of mid-size allocation requests.  Do everything via
either the "small" case (chunk size rounded up to power of 2) or the "large"
case (pass it straight off to malloc()).  Increase the number of freelists
a little to set the breakpoint between these behaviors at 8K.
parent eb743d0f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment