Commit 723a5cc
buffer: use uint64_t in FastCopy for consistency
Change FastCopy argument types and return type from uint32_t to
uint64_t to be consistent with CopyImpl which uses size_t.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9313bcf commit 723a5cc
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | | - | |
625 | | - | |
626 | | - | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
| |||
0 commit comments