B) Since the change to the new object type structures, ros has a big memory leakage in the memory (pool) allocation/deallocation of objects. For the non paged pool, there exist some debug functions to find the problem. The paged pool doesn't implement anything to find such problems.
- Hartmut
_
By the way:
1) Object Types are still allocaged in NP Pool. So are 99% of objects (except Sections...) 2) I've now implemented tagging for the Object Types so it should be easier to debug.
Best regards, Alex Ionescu