Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/include/
H A Dmalloc.h159 bool raw_malloc_buffer_overlaps_heap(struct malloc_ctx *ctx,
/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c791 ret = raw_malloc_buffer_overlaps_heap(ctx, buf, len); in gen_malloc_buffer_overlaps_heap()
844 bool raw_malloc_buffer_overlaps_heap(struct malloc_ctx *ctx, in raw_malloc_buffer_overlaps_heap() function
/optee_os/lib/libutee/
H A Dtee_api.c287 return ctx && raw_malloc_buffer_overlaps_heap(ctx, buf, size); in buf_overlaps_no_share_heap()