Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/common/
H A Dheap.cpp43 void *CAlloc(size_t aCount, size_t aSize) { return otPlatCAlloc(aCount, aSize); } in CAlloc() function
/aosp_15_r20/external/openthread/src/core/utils/
H A Dheap.cpp64 void *Heap::CAlloc(size_t aCount, size_t aSize) in CAlloc() function in ot::Utils::Heap
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dallocator_traits_test.cpp316 typedef ComplexAllocator<int> CAlloc; in main() typedef