Skip to content

Resolve "External renderer unnecessary memory allocated"

vaclav requested to merge 1135-external-renderer-unnecessary-memory-allocated into main

Reason why this change is needed

  • In the external renderer, module handles related to all possible functionalities are allocated regardless of whether the particular functionality is used or not. Consequently, unnecessary memory blocks are allocated for the majority of rendering test cases.

Description of the change

  • Memory usage reduction: Allocate only handles that are really needed.

Affected operating points

  • All is BE.
Edited by vaclav

Merge request reports

Loading