posix timer_create() function causing memory leak on linux

后端 未结 5 575
无人共我
无人共我 2021-01-17 06:40

I am using timer_create function for timer functionality in my application. When timeout happens, a new thread gets created. That time my application\'s memory usage is gett

5条回答
  •  深忆病人
    2021-01-17 06:59

    Too few info given, but maybe helps:
    Periodic Timer Overrun and Resource Allocation

提交回复
热议问题