mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Fix typo in memory_buffer_alloc
This commit is contained in:
@ -278,7 +278,7 @@ static void *buffer_alloc_calloc( size_t n, size_t size )
|
||||
}
|
||||
|
||||
#if defined(MBEDTLS_MEMORY_DEBUG)
|
||||
heap.calloc_count++;
|
||||
heap.alloc_count++;
|
||||
#endif
|
||||
|
||||
// Found location, split block if > memory_header + 4 room left
|
||||
|
Reference in New Issue
Block a user