Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/
A Dbget_malloc.c843 uint8_t *start_b; in gen_malloc_buffer_is_within_alloced() local
847 start_b = get_payload_start_size(b, &s); in gen_malloc_buffer_is_within_alloced()
848 end_b = start_b + s; in gen_malloc_buffer_is_within_alloced()
850 if (start_buf >= start_b && end_buf <= end_b) { in gen_malloc_buffer_is_within_alloced()

Completed in 4 milliseconds