Skip to content

Commit

Permalink
Update goldens.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 704768304
Change-Id: Iac0123ec866102a73ecaa120ba36878e3012e770
  • Loading branch information
ckennelly authored and copybara-github committed Dec 10, 2024
1 parent a940683 commit 71cc074
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tcmalloc/testing/fast_path.release.golden
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ delete(size,align) - - 6 - 5 - - - - - 3
malloc - - 5 - 6 - - - 1 - 2
new - - 4 - 5 - - - 1 - 2
new(align) - - 6 - 6 - - - 1 - 2
new(align)->size - - 6 - 7 - 1 1 1 1 2
new(align)->size - - 6 - 7 - - - 1 - 2
new(align,cold)->size - - 6 - 8 - - - 1 - 2
new(align,nothrow) - - 6 - 6 - - - 1 - 2
new(cold)->size - - 4 - 7 - 1 1 1 1 2
new(cold)->size - - 5 - 7 - - - 1 - 2
new(nothrow) - - 4 - 5 - - - 1 - 2
new->size - - 4 - 6 - 1 1 1 1 2
new->size - - 4 - 6 - - - 1 - 2
posix_memalign - - 8 - 6 - 3 3 1 2 3
2 changes: 1 addition & 1 deletion tcmalloc/testing/fast_path.unstable.release.golden
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ new(align) - - 6 - 6 - - - 1 - 2
new(align)->size - - 6 - 7 - - - 1 - 2
new(align,cold)->size - - 6 - 8 - - - 1 - 2
new(align,nothrow) - - 6 - 6 - - - 1 - 2
new(cold)->size - - 4 - 7 - - - 1 - 2
new(cold)->size - - 5 - 7 - - - 1 - 2
new(nothrow) - - 4 - 5 - - - 1 - 2
new->size - - 4 - 6 - - - 1 - 2
posix_memalign - - 8 - 6 - 3 3 1 2 3

0 comments on commit 71cc074

Please sign in to comment.