Lines Matching refs:first_free
52 memory_header *first_free; member
104 cur = heap.first_free; in debug_chain()
201 memory_header *new, *cur = heap.first_free; in buffer_alloc_calloc()
264 heap.first_free = cur->next_free; in buffer_alloc_calloc()
321 heap.first_free = new; in buffer_alloc_calloc()
437 heap.first_free = hdr->next_free; in buffer_alloc_free()
451 heap.first_free = hdr; in buffer_alloc_free()
469 hdr->next_free = heap.first_free; in buffer_alloc_free()
470 if (heap.first_free != NULL) { in buffer_alloc_free()
471 heap.first_free->prev_free = hdr; in buffer_alloc_free()
473 heap.first_free = hdr; in buffer_alloc_free()
593 heap.first_free = heap.first; in mbedtls_memory_buffer_alloc_init()
624 heap.first != heap.first_free || in check_all_free()