Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Dmemory_buffer_alloc.c52 memory_header *next_free; member
94 (size_t) hdr->prev_free, (size_t) hdr->next_free); in debug_header()
120 cur = cur->next_free; in debug_chain()
155 if (hdr->prev_free != NULL && hdr->prev_free == hdr->next_free) { in verify_header()
246 cur = cur->next_free; in buffer_alloc_calloc()
274 cur->prev_free->next_free = cur->next_free; in buffer_alloc_calloc()
276 heap.first_free = cur->next_free; in buffer_alloc_calloc()
279 if (cur->next_free != NULL) { in buffer_alloc_calloc()
280 cur->next_free->prev_free = cur->prev_free; in buffer_alloc_calloc()
284 cur->next_free = NULL; in buffer_alloc_calloc()
[all …]