Searched refs:first_free (Results 1 – 1 of 1) sorted by relevance
72 memory_header *first_free; member124 cur = heap.first_free; in debug_chain()295 heap.first_free = cur->next_free; in buffer_alloc_calloc()347 heap.first_free = new; in buffer_alloc_calloc()472 heap.first_free = hdr; in buffer_alloc_free()488 hdr->next_free = heap.first_free; in buffer_alloc_free()489 if( heap.first_free != NULL ) in buffer_alloc_free()490 heap.first_free->prev_free = hdr; in buffer_alloc_free()491 heap.first_free = hdr; in buffer_alloc_free()605 heap.first_free = heap.first; in mbedtls_memory_buffer_alloc_init()[all …]
Completed in 3 milliseconds