Home
last modified time | relevance | path

Searched defs:Allocate (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/common/
Dheap_allocatable.hpp71 template <typename... Args> static Type *Allocate(Args &&...aArgs) in Allocate() function in ot::Heap::Allocatable
Dpool.hpp102 Type *Allocate(void) { return mFreeList.Pop(); } in Allocate() function in ot::Pool
Dmessage.cpp61 Message *MessagePool::Allocate(Message::Type aType, uint16_t aReserveHeader, const Message::Setting… in Allocate() function in ot::MessagePool
89 Message *MessagePool::Allocate(Message::Type aType) { return Allocate(aType, 0, Message::Settings::… in Allocate() function in ot::MessagePool
91 Message *MessagePool::Allocate(Message::Type aType, uint16_t aReserveHeader) in Allocate() function in ot::MessagePool
Dheap_array.hpp489 Error Allocate(IndexType aCapacity) in Allocate() function in ot::Heap::Array
/openthread-latest/src/core/thread/
Drouter_table.cpp126 Router *RouterTable::Allocate(void) in Allocate() function in ot::RouterTable
165 Router *RouterTable::Allocate(uint8_t aRouterId) in Allocate() function in ot::RouterTable
/openthread-latest/tests/unit/
Dtest_mdns.cpp107 static Type *Allocate(void) in Allocate() function in ot::Dns::Multicast::Allocatable