Searched refs:allocedBytes (Results 1 – 1 of 1) sorted by relevance
93 size_t allocedBytes; member128 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()