Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dmemory_buffer_alloc.c235 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 …]
/mbedtls-development/scripts/
A Dmassif_max.pl36 my ($heap, $heap_extra, $stack) = m{
41 next unless defined $heap;
42 my $total = $heap + $heap_extra + $stack;
44 ($max, $max_heap, $max_he, $max_stack) = ($total, $heap, $heap_extra, $stack);
/mbedtls-development/tests/suites/
A Dtest_suite_memory_buffer_alloc.data19 Memory buffer: heap too small (header verification should fail)
A Dtest_suite_psa_crypto.function720 * accomodate large keys due to heap size constraints */
/mbedtls-development/docs/architecture/
A Dalternative-implementations.md54 … a language with automatic memory management that can move objects on the heap.) That is, call seq…
/mbedtls-development/
A DChangeLog2182 * Fix a potential heap buffer over-read in ALPN extension parsing
2424 * Fixed unlimited overread of heap-based buffer in mbedtls_ssl_read().
2560 * Fixed heap overreads in mbedtls_x509_get_time(). Found by Peng
2745 * Fix potential heap corruption on Windows when
2815 * Fix potential heap buffer overflow in servers that perform client
3118 speed and RAM (heap only for now) usage.
3865 * Fixed potential heap buffer overflow on large hostname setting
4049 * Fixed potential heap corruption in x509_name allocation
4075 * Potential heap buffer overflow on large hostname setting
4136 * Fixed potential heap corruption in x509_name allocation
[all …]

Completed in 18 milliseconds