Re: [lwip-users] When and how often are mtx/sem/mox new() and free() called?

2021-11-10 Thread goldsi...@gmx.de
Am 10.11.2021 um 22:45 schrieb Grant Edwards: Another porting question, I'm afraid. In deciding how to implement new/free operations for mailboxes, semaphores, and mutexes, it would be helpful if I had some idea of when and how often they are called. Are execution times for these functions goin

[lwip-users] When and how often are mtx/sem/mox new() and free() called?

2021-11-10 Thread Grant Edwards
Another porting question, I'm afraid. In deciding how to implement new/free operations for mailboxes, semaphores, and mutexes, it would be helpful if I had some idea of when and how often they are called. Are execution times for these functions going to noticeably affect performance of things lik