Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dmemory_buffer_alloc.c66 memory_header *first_free; member
118 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 …]
/optee_os/core/tee/
A Dfs_dirfile.c204 int first_free = -1; in tee_fs_dirfile_find() local
210 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