Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swap heap1 and heap2 malloc pools registration in init_runtime() (case CFG_WITH_PAGER=y) since heap2 is the main heap part, heap1 being always < 4kB. This change ensures the first heap pool registered into bget is large enough regarding bget initial pool constraint while heap2 might to too small for that purpose. Signed-off-by: Etienne Carriere <[email protected]> Reviewed-by: Jens Wiklander <[email protected]>
- Loading branch information