Home
last modified time | relevance | path

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

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