Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dmemory_buffer_alloc.c66 memory_header *first_free; member
118 cur = heap.first_free; in debug_chain()
289 heap.first_free = cur->next_free; in buffer_alloc_calloc()
341 heap.first_free = new; in buffer_alloc_calloc()
466 heap.first_free = hdr; in buffer_alloc_free()
482 hdr->next_free = heap.first_free; in buffer_alloc_free()
483 if( heap.first_free != NULL ) in buffer_alloc_free()
484 heap.first_free->prev_free = hdr; in buffer_alloc_free()
485 heap.first_free = hdr; in buffer_alloc_free()
599 heap.first_free = heap.first; in mbedtls_memory_buffer_alloc_init()
[all …]

Completed in 3 milliseconds