Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/include/
H A Dmalloc.h68 bool malloc_buffer_is_within_alloced(void *buf, size_t len);
139 malloc_buffer_is_within_alloced(buf, len)
/optee_os/core/pta/tests/
H A Dmisc.c332 r = (p1 && p2 && malloc_buffer_is_within_alloced(p1, 1024) && in self_test_malloc()
333 !malloc_buffer_is_within_alloced(p1 + 25, 1000) && in self_test_malloc()
334 !malloc_buffer_is_within_alloced(p1 - 25, 500) && in self_test_malloc()
/optee_os/lib/libutee/
H A Dtee_api.c588 !malloc_buffer_is_within_alloced(buffer, size)) in TEE_CheckMemoryAccessRights()
/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c910 bool malloc_buffer_is_within_alloced(void *buf, size_t len) in malloc_buffer_is_within_alloced() function