Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dmemory_buffer_alloc.c52 memory_header *prev_free; member
162 if( hdr->prev_free != NULL && hdr->prev_free == hdr->next_free ) in verify_header()
286 if( cur->prev_free != NULL ) in buffer_alloc_calloc()
292 cur->next_free->prev_free = cur->prev_free; in buffer_alloc_calloc()
294 cur->prev_free = NULL; in buffer_alloc_calloc()
336 new->prev_free = cur->prev_free; in buffer_alloc_calloc()
338 if( new->prev_free != NULL ) in buffer_alloc_calloc()
349 cur->prev_free = NULL; in buffer_alloc_calloc()
457 hdr->next_free->prev_free = hdr->prev_free; in buffer_alloc_free()
460 hdr->prev_free = old->prev_free; in buffer_alloc_free()
[all …]

Completed in 2 milliseconds