Home
last modified time | relevance | path

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

/net-tools-3.4.0/mbedtls-2.4.0/library/
Dmemory_buffer_alloc.c62 memory_header *prev_free; member
106 (size_t) hdr->prev_free, (size_t) hdr->next_free ); in debug_header()
172 if( hdr->prev_free != NULL && hdr->prev_free == hdr->next_free ) in verify_header()
292 if( cur->prev_free != NULL ) in buffer_alloc_calloc()
293 cur->prev_free->next_free = cur->next_free; in buffer_alloc_calloc()
298 cur->next_free->prev_free = cur->prev_free; in buffer_alloc_calloc()
300 cur->prev_free = NULL; in buffer_alloc_calloc()
342 new->prev_free = cur->prev_free; in buffer_alloc_calloc()
344 if( new->prev_free != NULL ) in buffer_alloc_calloc()
345 new->prev_free->next_free = new; in buffer_alloc_calloc()
[all …]