Searched defs:Allocate (Results 1 – 6 of 6) sorted by relevance
71 template <typename... Args> static Type *Allocate(Args &&...aArgs) in Allocate() function in ot::Heap::Allocatable
102 Type *Allocate(void) { return mFreeList.Pop(); } in Allocate() function in ot::Pool
61 Message *MessagePool::Allocate(Message::Type aType, uint16_t aReserveHeader, const Message::Setting… in Allocate() function in ot::MessagePool89 Message *MessagePool::Allocate(Message::Type aType) { return Allocate(aType, 0, Message::Settings::… in Allocate() function in ot::MessagePool91 Message *MessagePool::Allocate(Message::Type aType, uint16_t aReserveHeader) in Allocate() function in ot::MessagePool
489 Error Allocate(IndexType aCapacity) in Allocate() function in ot::Heap::Array
126 Router *RouterTable::Allocate(void) in Allocate() function in ot::RouterTable165 Router *RouterTable::Allocate(uint8_t aRouterId) in Allocate() function in ot::RouterTable
107 static Type *Allocate(void) in Allocate() function in ot::Dns::Multicast::Allocatable