Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/pta/tests/
A Dmisc.c447 r = (p1 && p2 && nex_malloc_buffer_is_within_alloced(p1, 1024) && in self_test_nex_malloc()
448 !nex_malloc_buffer_is_within_alloced(p1 + 25, 1000) && in self_test_nex_malloc()
449 !nex_malloc_buffer_is_within_alloced(p1 - 25, 500) && in self_test_nex_malloc()
/optee_os-3.20.0/lib/libutils/isoc/include/
A Dmalloc.h136 bool nex_malloc_buffer_is_within_alloced(void *buf, size_t len);
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget_malloc.c1116 bool nex_malloc_buffer_is_within_alloced(void *buf, size_t len) in nex_malloc_buffer_is_within_alloced() function

Completed in 6 milliseconds