mbed-os/TESTS/mbedmicro-rtos-mbed/MemoryPool
Kevin Bracey 166ada084e Rationalise MemoryPool/Mail alloc APIs
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.
2020-05-12 15:17:01 +03:00
..
main.cpp Rationalise MemoryPool/Mail alloc APIs 2020-05-12 15:17:01 +03:00