Searched refs:new_pointer (Results 1 – 2 of 2) sorted by relevance
238 my $new_pointer = $1;243 if ($new_pointer ne $old_pointer) {244 $opts->{pointers}->{$new_pointer} = -1;251 $opts->{pointers}->{$new_pointer} = $slot;269 if ($new_pointer ne $old_pointer) {270 $opts->{pointers}->{$new_pointer} = $slot;
688 void* new_pointer; in debug_realloc() local721 new_pointer = InternalMalloc(bytes); in debug_realloc()722 if (new_pointer == nullptr) { in debug_realloc()728 memcpy(new_pointer, pointer, prev_size); in debug_realloc()736 new_pointer = g_dispatch->realloc(pointer, real_size); in debug_realloc()737 if (new_pointer == nullptr) { in debug_realloc()742 PointerData::Add(new_pointer, real_size); in debug_realloc()747 size_t bytes = InternalMallocUsableSize(new_pointer); in debug_realloc()752 memset(reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(new_pointer) + prev_size), in debug_realloc()758 g_debug->record->AddEntry(new ReallocEntry(new_pointer, bytes, pointer)); in debug_realloc()[all …]