Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls_mem.c89 } altcp_mbedtls_malloc_helper_t; typedef
105 altcp_mbedtls_malloc_helper_t *hlpr; in tls_malloc()
114 alloc_size = sizeof(altcp_mbedtls_malloc_helper_t) + (c * len); in tls_malloc()
121 hlpr = (altcp_mbedtls_malloc_helper_t *)mem_malloc((mem_size_t)alloc_size); in tls_malloc()
145 altcp_mbedtls_malloc_helper_t *hlpr; in tls_free()
150 hlpr = ((altcp_mbedtls_malloc_helper_t *)ptr) - 1; in tls_free()