Searched refs:heap (Results 1 – 3 of 3) sorted by relevance
235 if( heap.buf == NULL || heap.first == NULL ) in buffer_alloc_calloc()299 if( heap.total_used > heap.maximum_used ) in buffer_alloc_calloc()300 heap.maximum_used = heap.total_used; in buffer_alloc_calloc()357 if( heap.total_used > heap.maximum_used ) in buffer_alloc_calloc()358 heap.maximum_used = heap.total_used; in buffer_alloc_calloc()383 if( p < heap.buf || p >= heap.buf + heap.len ) in buffer_alloc_free()599 heap.first_free = heap.first; in mbedtls_memory_buffer_alloc_init()628 heap.first != heap.first_free || in check_all_free()629 (void *) heap.first != (void *) heap.buf ) in check_all_free()673 end = heap.buf + heap.len; in mbedtls_memory_buffer_alloc_self_test()[all …]
1917 * Fix a potential heap buffer over-read in ALPN extension parsing2159 * Fixed unlimited overread of heap-based buffer in mbedtls_ssl_read().2295 * Fixed heap overreads in mbedtls_x509_get_time(). Found by Peng2480 * Fix potential heap corruption on Windows when2550 * Fix potential heap buffer overflow in servers that perform client2853 speed and RAM (heap only for now) usage.3600 * Fixed potential heap buffer overflow on large hostname setting3784 * Fixed potential heap corruption in x509_name allocation3810 * Potential heap buffer overflow on large hostname setting3871 * Fixed potential heap corruption in x509_name allocation[all …]
1012 * Use a global setting for core heap size (CFG_CORE_HEAP_SIZE), 64K by default.
Completed in 11 milliseconds