Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/
A Dbget_malloc.c506 void *old_ptr = maybe_untag_buf(ptr); in raw_realloc() local
507 bufsize old_sz = bget_buf_size(old_ptr); in raw_realloc()
510 memcpy(p, old_ptr, old_sz); in raw_realloc()
516 memcpy(p, old_ptr, s); in raw_realloc()
519 brel(old_ptr, &ctx->poolset, false /*!wipe*/); in raw_realloc()

Completed in 5 milliseconds