Searched defs:CAlloc (Results 1 – 2 of 2) sorted by relevance
43 void *CAlloc(size_t aCount, size_t aSize) { return otPlatCAlloc(aCount, aSize); } in CAlloc() function
64 void *Heap::CAlloc(size_t aCount, size_t aSize) in CAlloc() function in ot::Utils::Heap