mbedTLS
MBEDTLS_PLATFORM_STD_CALLOC
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_PLATFORM_STD_CALLOC
MBEDTLS_PLATFORM_STD_CALLOC macro
Syntax
Show:
Summary
Declaration
from
esp_config.h:133
#define
MBEDTLS_PLATFORM_STD_CALLOC
esp_mbedtls_mem_calloc
Examples
References
from
examples
Code
Location
#define
MBEDTLS_PLATFORM_STD_CALLOC
esp_mbedtls_mem_calloc
esp_config.h:133
defined
(
MBEDTLS_PLATFORM_STD_CALLOC
)
check_config.h:565
#if
defined
(
MBEDTLS_PLATFORM_STD_CALLOC
)
&&
!
defined
(
MBEDTLS_PLATFORM_MEMORY
)
check_config.h:624
#if
!
defined
(
MBEDTLS_PLATFORM_STD_CALLOC
)
platform.c:24
static
void
*
(
*
mbedtls_calloc_func
)
(
size_t
,
size_t
)
=
MBEDTLS_PLATFORM_STD_CALLOC
;
platform.c:44
#if
!
defined
(
MBEDTLS_PLATFORM_STD_CALLOC
)
platform.h:83
#if
defined
(
__DOXYGEN__
)
&&
!
defined
(
MBEDTLS_PLATFORM_STD_CALLOC
)
platform.h:123
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out