Searched refs:first_free (Results 1 – 2 of 2) sorted by relevance
66 memory_header *first_free; member118 cur = heap.first_free; in debug_chain()289 heap.first_free = cur->next_free; in buffer_alloc_calloc()341 heap.first_free = new; in buffer_alloc_calloc()466 heap.first_free = hdr; in buffer_alloc_free()482 hdr->next_free = heap.first_free; in buffer_alloc_free()483 if( heap.first_free != NULL ) in buffer_alloc_free()484 heap.first_free->prev_free = hdr; in buffer_alloc_free()485 heap.first_free = hdr; in buffer_alloc_free()599 heap.first_free = heap.first; in mbedtls_memory_buffer_alloc_init()[all …]
204 int first_free = -1; in tee_fs_dirfile_find() local210 if (first_free != -1) in tee_fs_dirfile_find()211 n = first_free; in tee_fs_dirfile_find()219 if (!dent.oidlen && first_free == -1) in tee_fs_dirfile_find()220 first_free = n; in tee_fs_dirfile_find()
Completed in 20 milliseconds