Fix typo in memory_buffer_alloc

This commit is contained in:
Manuel Pégourié-Gonnard 2015-05-27 20:18:39 +02:00
parent 944cfe8899
commit 6c967b95ff

View file

@ -278,7 +278,7 @@ static void *buffer_alloc_calloc( size_t n, size_t size )
} }
#if defined(MBEDTLS_MEMORY_DEBUG) #if defined(MBEDTLS_MEMORY_DEBUG)
heap.calloc_count++; heap.alloc_count++;
#endif #endif
// Found location, split block if > memory_header + 4 room left // Found location, split block if > memory_header + 4 room left