Home
last modified time | relevance | path

Searched hist:"8 cd20f2366f528dfe8f30854a33b473713b4a29e" (Results 1 – 1 of 1) sorted by relevance

/optee_os/lib/libutils/isoc/include/
H A Dmalloc.h8cd20f2366f528dfe8f30854a33b473713b4a29e Fri Aug 16 20:19:52 UTC 2024 Jens Wiklander <jens.wiklander@linaro.org> libutils: malloc.h: add nex_malloc_buffer_overlaps_heap()

Add the macros nex_malloc_buffer_overlaps_heap() and
nex_malloc_buffer_is_within_alloced() as aliases for
malloc_buffer_overlaps_heap() and malloc_buffer_is_within_alloced() when
virtualization isn't enabled.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>