mirror of
https://github.com/apache/nuttx.git
synced 2026-03-23 14:05:12 +08:00
When the mempool uses the waitsem semaphore for memory allocation, the flowing two conditions must be satisfied simultaneously: its wait variable is set to true, and the expandsize variable is set to 0 Signed-off-by: zhanxiaoqi <zhanxiaoqi@bytedance.com>