Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls_mem.c93 size_t allocedBytes; member
128 altcp_mbedtls_malloc_stats.allocedBytes += c * len; in tls_malloc()
129 if (altcp_mbedtls_malloc_stats.allocedBytes > altcp_mbedtls_malloc_stats.maxBytes) { in tls_malloc()
130 altcp_mbedtls_malloc_stats.maxBytes = altcp_mbedtls_malloc_stats.allocedBytes; in tls_malloc()
153 altcp_mbedtls_malloc_stats.allocedBytes -= hlpr->c * hlpr->len; in tls_free()