Skip to content

Commit

Permalink
Update goldens.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696523098
Change-Id: Ieb5bc698cd4bba5ab4cbd1fe9a356b341b6d0b81
  • Loading branch information
Bogdan Graur authored and copybara-github committed Nov 14, 2024
1 parent 7c0f866 commit cb4bdcc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tcmalloc/testing/fast_path.unstable.release.golden
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
func call div jcc jmp load mul pop push rmw rsp store
aligned_alloc - - 7 - 6 - 2 1 1 1 2
calloc - - 6 - 6 1 2 3 1 2 2
delete - - 4 - 5 - - - - - 3
delete(size) - - 4 - 4 - - - - - 3
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 - 2
new(align,cold)->size - - 6 - 8 - - - 1 - 2
new(align,nothrow) - - 6 - 6 - - - 1 - 2
new(cold)->size - - 4 - 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 cb4bdcc

Please sign in to comment.