Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Dmemory_buffer_alloc.c64 memory_header *first_free; member
116 cur = heap.first_free; in debug_chain()
213 memory_header *new, *cur = heap.first_free; in buffer_alloc_calloc()
276 heap.first_free = cur->next_free; in buffer_alloc_calloc()
333 heap.first_free = new; in buffer_alloc_calloc()
449 heap.first_free = hdr->next_free; in buffer_alloc_free()
463 heap.first_free = hdr; in buffer_alloc_free()
481 hdr->next_free = heap.first_free; in buffer_alloc_free()
482 if (heap.first_free != NULL) { in buffer_alloc_free()
483 heap.first_free->prev_free = hdr; in buffer_alloc_free()
[all …]