mirror of https://github.com/ARMmbed/mbed-os.git
alloc APIs were generally inconsistent - take the opportunity to align with
other APIs like Semaphore.
alloc -> try_alloc
alloc_for -> try_alloc_for
alloc_until -> try_alloc_until
In future the name `alloc` can be used for an untimed blocking
allocation.
|
||
|---|---|---|
| .. | ||
| main.cpp | ||