Searched refs:heap (Results 1 – 6 of 6) 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 …]
36 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);
19 Memory buffer: heap too small (header verification should fail)
720 * accomodate large keys due to heap size constraints */
54 … a language with automatic memory management that can move objects on the heap.) That is, call seq…
2182 * Fix a potential heap buffer over-read in ALPN extension parsing2424 * Fixed unlimited overread of heap-based buffer in mbedtls_ssl_read().2560 * Fixed heap overreads in mbedtls_x509_get_time(). Found by Peng2745 * Fix potential heap corruption on Windows when2815 * Fix potential heap buffer overflow in servers that perform client3118 speed and RAM (heap only for now) usage.3865 * Fixed potential heap buffer overflow on large hostname setting4049 * Fixed potential heap corruption in x509_name allocation4075 * Potential heap buffer overflow on large hostname setting4136 * Fixed potential heap corruption in x509_name allocation[all …]
Completed in 18 milliseconds