Home
last modified time | relevance | path

Searched defs:CAlloc (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/common/
Dheap.cpp43 void *CAlloc(size_t aCount, size_t aSize) { return otPlatCAlloc(aCount, aSize); } in CAlloc() function
/openthread-latest/src/core/utils/
Dheap.cpp64 void *Heap::CAlloc(size_t aCount, size_t aSize) in CAlloc() function in ot::Utils::Heap