Home
last modified time | relevance | path

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

/net-tools-3.6.0/mbedtls-2.4.0/library/
Dmemory_buffer_alloc.c76 memory_header *first_free; member
128 cur = heap.first_free; in debug_chain()
234 memory_header *new, *cur = heap.first_free; in buffer_alloc_calloc()
295 heap.first_free = cur->next_free; in buffer_alloc_calloc()
347 heap.first_free = new; in buffer_alloc_calloc()
460 heap.first_free = hdr->next_free; in buffer_alloc_free()
472 heap.first_free = hdr; in buffer_alloc_free()
488 hdr->next_free = heap.first_free; in buffer_alloc_free()
489 if( heap.first_free != NULL ) in buffer_alloc_free()
490 heap.first_free->prev_free = hdr; in buffer_alloc_free()
[all …]