Home
last modified time | relevance | path

Searched refs:memcpy_unchecked (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c105 static __maybe_unused void *memcpy_unchecked(void *dst, const void *src, in memcpy_unchecked() function
119 static __maybe_unused void *memcpy_unchecked(void *dst, const void *src, in memcpy_unchecked() function
462 memcpy_unchecked(p, old_ptr, old_sz); in raw_malloc_flags()
467 memcpy_unchecked(p, old_ptr, new_sz); in raw_malloc_flags()
899 memcpy_unchecked(stats, &ctx->mstats, sizeof(*stats)); in raw_malloc_get_stats()
H A Dbget.c955 V memcpy_unchecked((char *) nbuf, (char *) buf, /* Copy the data */