Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/include/
H A Dmalloc.h116 bool nex_malloc_buffer_is_within_alloced(void *buf, size_t len);
138 #define nex_malloc_buffer_is_within_alloced(buf, len) \ macro
/optee_os/core/pta/tests/
H A Dmisc.c452 r = (p1 && p2 && nex_malloc_buffer_is_within_alloced(p1, 1024) && in self_test_nex_malloc()
453 !nex_malloc_buffer_is_within_alloced(p1 + 25, 1000) && in self_test_nex_malloc()
454 !nex_malloc_buffer_is_within_alloced(p1 - 25, 500) && in self_test_nex_malloc()
/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c964 bool nex_malloc_buffer_is_within_alloced(void *buf, size_t len) in nex_malloc_buffer_is_within_alloced() function
/optee_os/core/mm/
H A Dcore_mmu.c129 assert(nex_malloc_buffer_is_within_alloced(old, old_sz)); in heap_realloc_memory_map()