Skip to content

Extension bypasses Zend Memory Management (ZMM) #42

@yoraze

Description

@yoraze

This caused by usage of new/delete operators that uses malloc/free instead of emalloc/efree that ZendAPI provides
PalettedBlockArray objects bypasses ZMM and this causes noticable incorrect memory consuption calculation in PHP
^ You can also just type "status" in Console on Windows and compare memory usage with taskmanager
That problem also may cause slight perfomance degrade but I dont sure about it

Any comments on this or we just should ignore this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions