Searched refs:old_ptr (Results 1 – 1 of 1) sorted by relevance
506 void *old_ptr = maybe_untag_buf(ptr); in raw_realloc() local507 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