Home
last modified time | relevance | path

Searched refs:GetPointer (Results 1 – 2 of 2) sorted by relevance

/openthread-3.7.0/src/core/utils/
Dheap.cpp115 memset(curr->GetPointer(), 0, size); in CAlloc()
116 ret = curr->GetPointer(); in CAlloc()
Dheap.hpp123 void *GetPointer(void) { return &mMemory; } in GetPointer() function in ot::Utils::Block