pmdk icon indicating copy to clipboard operation
pmdk copied to clipboard

Avoid stack usage for big structure like pool_hdr

Open grom72 opened this issue 1 year ago • 1 comments

Decrease the amount of stack memory usage by allocating big local data structures (like pool_hdr) on the heap by using the Malloc() function.

Requires:

  • [ ] #5887

This change is Reviewable

grom72 avatar Oct 24 '23 08:10 grom72