Searched refs:altcp_mbedtls_malloc_helper_t (Results 1 – 1 of 1) sorted by relevance
89 } altcp_mbedtls_malloc_helper_t; typedef105 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()