Home
last modified time | relevance | path

Searched defs:Free (Results 1 – 16 of 16) sorted by relevance

/openthread-latest/src/core/common/
Dheap.cpp45 void Free(void *aPointer) { otPlatFree(aPointer); } in Free() function
Dheap_allocatable.hpp117 void Free(void) in Free() function in ot::Heap::Allocatable
Dheap_string.cpp81 void String::Free(void) in Free() function in ot::Heap::String
Downing_list.hpp70 void Free(void) in Free() function in ot::OwningList
Downed_ptr.hpp101 void Free(void) in Free() function in ot::OwnedPtr
Dpool.hpp112 void Free(Type &aEntry) { mFreeList.Push(aEntry); } in Free() function in ot::Pool
Dheap_data.cpp100 void Data::Free(void) in Free() function in ot::Heap::Data
Dheap_array.hpp90 void Free(void) in Free() function in ot::Heap::Array
Dmessage.cpp96 void MessagePool::Free(Message *aMessage) in Free() function in ot::MessagePool
250 void Message::Free(void) { GetMessagePool()->Free(this); } in Free() function in ot::Message
/openthread-latest/src/core/utils/
Dheap.cpp146 void Heap::Free(void *aPointer) in Free() function in ot::Utils::Heap
/openthread-latest/tests/unit/
Dtest_smart_ptrs.cpp50 void Free(void) { mWasFreed = true; } in Free() function in ot::TestObject
Dtest_linked_list.cpp73 void Free(void) { mWasFreed = true; } in Free() function
Dtest_mdns.cpp115 void Free(void) in Free() function in ot::Dns::Multicast::Allocatable
/openthread-latest/src/core/thread/
Dlink_metrics.cpp634 void Subject::Free(SeriesInfo &aSeriesInfo) { mSeriesInfoPool.Free(aSeriesInfo); } in Free() function in ot::LinkMetrics::Subject
/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp1099 void SecureTransport::Extension::EcdheEcdsaInfo::Free(void) in Free() function in ot::MeshCoP::SecureTransport::Extension::EcdheEcdsaInfo
/openthread-latest/src/core/border_router/
Drouting_manager.cpp1446 template <> void RoutingManager::RxRaTracker::Entry<RoutingManager::RxRaTracker::Router>::Free(void) in Free() function in ot::BorderRouter::RoutingManager::RxRaTracker::Entry::RxRaTracker::Router
1453 template <class PrefixType> void RoutingManager::RxRaTracker::Entry<PrefixType>::Free(void) in Free() function in ot::BorderRouter::RoutingManager::RxRaTracker::Entry