Home
last modified time | relevance | path

Searched refs:otPlatCAlloc (Results 1 – 7 of 7) sorted by relevance

/openthread-2.7.6/include/openthread/platform/
Dmemory.h74 void *otPlatCAlloc(size_t aNum, size_t aSize);
/openthread-2.7.6/src/posix/platform/
Dmemory.cpp37 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() function
/openthread-2.7.6/third_party/mbedtls/
Dmbedtls-config.h119 #define MBEDTLS_PLATFORM_STD_CALLOC otPlatCAlloc /**< Default allocator to use, can be undefin…
/openthread-2.7.6/examples/apps/ncp/
Dmain.c61 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() function
/openthread-2.7.6/examples/apps/cli/
Dmain.c64 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() function
/openthread-2.7.6/src/core/common/
Dinstance.hpp255 static void *HeapCAlloc(size_t aCount, size_t aSize) { return otPlatCAlloc(aCount, aSize); } in HeapCAlloc()
/openthread-2.7.6/tests/unit/
Dtest_platform.cpp98 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() function