Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into ckmalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonKnittel committed Nov 17, 2024
2 parents e3845b5 + 57a27f4 commit 2dc807b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/malloc_runner.h
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ absl::StatusOr<void*> MallocRunner<ReallocData, Config>::Realloc(void* ptr,
void* new_ptr = bench::realloc(nullptr, size);

if (options_.verbose) {
std::cout << " = " << ptr << std::endl;
std::cout << " = " << new_ptr << std::endl;
}

RETURN_IF_ERROR(PostAlloc(new_ptr, size, /*alignment=*/std::nullopt,
Expand Down

0 comments on commit 2dc807b

Please sign in to comment.