Home
last modified time | relevance | path

Searched defs:MBEDTLS_PLATFORM_STD_CALLOC (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/configs/
Duser-config-malloc-0-null.h21 #define MBEDTLS_PLATFORM_STD_CALLOC custom_calloc macro
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dplatform.h84 #define MBEDTLS_PLATFORM_STD_CALLOC calloc /**< The default \c calloc function to use. */ macro
124 #define MBEDTLS_PLATFORM_STD_CALLOC macro
/openthread-latest/third_party/mbedtls/
Dmbedtls-config.h137 #define MBEDTLS_PLATFORM_STD_CALLOC otPlatCAlloc /**< Default allocator to use, can be undefin… macro
/openthread-latest/third_party/mbedtls/repo/library/
Dplatform.c32 #define MBEDTLS_PLATFORM_STD_CALLOC platform_calloc_uninit macro