Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/include/
H A Dmalloc.h117 bool nex_malloc_buffer_overlaps_heap(void *buf, size_t len);
136 #define nex_malloc_buffer_overlaps_heap(buf, len) \ macro
/optee_os/core/pta/tests/
H A Dmisc.c455 nex_malloc_buffer_overlaps_heap(p1 - 25, 500)); in self_test_nex_malloc()
/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c969 bool nex_malloc_buffer_overlaps_heap(void *buf, size_t len) in nex_malloc_buffer_overlaps_heap() function