mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
3b052098fe
- Replace deprecated common.Hex with hexutil.Encode. - Remove upstreamed 0010-geth-17-fix-npe-in-filter-system.patch. - Remove upstreamed 0020-discv5-metrics.patch. - Remove upstreamed 0026-ethdb-error-deadlock.patch. - Update goleveldb to same version used by geth 1.8.11. - Update PublicTransactionPoolAPI.GasPrice return type to match type in internal geth interface.
15 lines
310 B
Go
15 lines
310 B
Go
package memsize
|
|
|
|
import "unsafe"
|
|
|
|
var _ = unsafe.Pointer(nil)
|
|
|
|
//go:linkname stopTheWorld runtime.stopTheWorld
|
|
func stopTheWorld(reason string)
|
|
|
|
//go:linkname startTheWorld runtime.startTheWorld
|
|
func startTheWorld()
|
|
|
|
//go:linkname chanbuf runtime.chanbuf
|
|
func chanbuf(ch unsafe.Pointer, i uint) unsafe.Pointer
|