mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 09:48:31 +08:00
6a51857e90
When _LIBCPP_HAS_NO_CONTENTION_TABLE is defined, libcxx will not allocate the contention table used for semaphore implementation, which can save significant RAM on memory-constrained embedded systems. This optimization is particularly useful for NuttX targets where every byte of RAM matters. Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>