Searched refs:heap (Results 1 – 4 of 4) sorted by relevance
/net-tools-2.7.6/mbedtls-2.4.0/library/ |
D | memory_buffer_alloc.c | 92 static buffer_alloc_ctx heap; variable 118 memory_header *cur = heap.first; in debug_chain() 128 cur = heap.first_free; in debug_chain() 185 memory_header *prv = heap.first, *cur = heap.first->next; in verify_chain() 187 if( verify_header( heap.first ) != 0 ) in verify_chain() 196 if( heap.first->prev != NULL ) in verify_chain() 234 memory_header *new, *cur = heap.first_free; in buffer_alloc_calloc() 243 if( heap.buf == NULL || heap.first == NULL ) in buffer_alloc_calloc() 280 heap.alloc_count++; in buffer_alloc_calloc() 295 heap.first_free = cur->next_free; in buffer_alloc_calloc() [all …]
|
/net-tools-2.7.6/mbedtls-2.4.0/scripts/ |
D | massif_max.pl | 21 my ($heap, $heap_extra, $stack) = m{ 26 next unless defined $heap; 27 my $total = $heap + $heap_extra + $stack; 29 ($max, $max_heap, $max_he, $max_stack) = ($total, $heap, $heap_extra, $stack);
|
/net-tools-2.7.6/mbedtls-2.4.0/ |
D | ChangeLog | 164 * Fix potential heap corruption on Windows when 209 * Added fix for CVE-2015-5291 to prevent heap corruption due to buffer 228 * Fix possible heap buffer overflow in base64_encoded() when the input 234 * Fix potential heap buffer overflow in servers that perform client 534 * The benchmark program also prints heap usage for public-key primitives 536 * New script ecc-heap.sh helps measuring the impact of ECC parameters on 537 speed and RAM (heap only for now) usage. 1284 * Fixed potential heap buffer overflow on large hostname setting 1468 * Fixed potential heap corruption in x509_name allocation 1494 * Potential heap buffer overflow on large hostname setting [all …]
|
/net-tools-2.7.6/ |
D | README.md | 231 Then increasing the mbedtls heap size might help. So you can set the option
|