Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c871 uint8_t *start_buf = strip_tag(buf); in raw_malloc_buffer_is_within_alloced() local
872 uint8_t *end_buf = start_buf + len; in raw_malloc_buffer_is_within_alloced()
877 if (start_buf > end_buf) in raw_malloc_buffer_is_within_alloced()
887 if (start_buf >= start_b && end_buf <= end_b) in raw_malloc_buffer_is_within_alloced()