Skip to content

Check the links before unlinking a huge block - #23568

Open
jvoisin wants to merge 1 commit into
php:masterfrom
jvoisin:double_linked_big
Open

Check the links before unlinking a huge block#23568
jvoisin wants to merge 1 commit into
php:masterfrom
jvoisin:double_linked_big

Conversation

@jvoisin

@jvoisin jvoisin commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

The same primitive was already fixed for the chunk list in 519920b and for stream buckets in 492ebb5; the huge list was missed.

Costs one pointer per huge block, growing zend_mm_huge_list from 24 to 32 bytes on 64-bit, i.e. one small slot per allocation of at least 2MB.

The same primitive was already fixed for the chunk list in 519920b and
for stream buckets in 492ebb5; the huge list was missed.

Costs one pointer per huge block, growing zend_mm_huge_list from 24 to 32
bytes on 64-bit, i.e. one small slot per allocation of at least 2MB.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant