Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
Change-Id: I658075bc9f4a2a8cd749a0f06216def6b7258421
  • Loading branch information
qiulaidongfeng committed Jan 31, 2024
1 parent a2c9e21 commit 8e40990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/abi/map.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (

// Maximum key or elem size to keep inline (instead of mallocing per element).
// Must fit in a uint8.
// Fast versions cannot handle big elems - the cutoff size for
// Note: fast map functions cannot handle big elems (bigger than MapMaxElemBytes).
MapMaxKeyBytes = 128
MapMaxElemBytes = 128 // Must fit in a uint8.
)
Expand Down

0 comments on commit 8e40990

Please sign in to comment.