日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網(wǎng)為廣大站長(zhǎng)提供免費(fèi)收錄網(wǎng)站服務(wù),提交前請(qǐng)做好本站友鏈:【 網(wǎng)站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(wù)(50元/站),

點(diǎn)擊這里在線咨詢客服
新站提交
  • 網(wǎng)站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會(huì)員:747

Go語(yǔ)言中有自動(dòng)垃圾回收的機(jī)制(garbage collection),不需要為內(nèi)存回收擔(dān)心。而內(nèi)存分配的有兩種操作方式,new和make,本節(jié)重點(diǎn)講述這兩種操作方式。

new

內(nèi)置函數(shù)new與其他語(yǔ)言類似,new(T)為T(mén)類型分配一個(gè)零空間,并返回其地址,即*T類型的值。或者換句話說(shuō),它返回一個(gè)指向新分配的T類型零值的指針,這一點(diǎn)需要牢記。

bytes.Buffer 的文檔指出“Buffer 的零值是一個(gè)可以使用的空緩沖區(qū)”。 同樣,sync.Mutex沒(méi)有顯式構(gòu)造函數(shù)或Init方法。 相反,sync.Mutex 的零值被定義為未鎖定的互斥鎖。

參數(shù)定義

func new(Type) *Type

The new built-in function allocates memory. The first argument is a type, not a value, and the value returned is a pointer to a newly allocated zero value of that type.

make

內(nèi)置的make(T)僅用于創(chuàng)建slices, maps和channels,返回類型T的初始化值(非零!),并且不是一個(gè)指針*T。產(chǎn)生這種區(qū)別的原因,是在使用前引用的數(shù)據(jù)類型必須進(jìn)行初始化。

參數(shù)定義

func make(t Type, size ...IntegerType) Type

The make built-in function allocates and initializes an object of type slice, map, or chan (only). Like new, the first argument is a type, not a value. Unlike new, make's return type is the same as the type of its argument, not a pointer to it. The specification of the result depends on the type:

Slice: The size specifies the length. The capacity of the slice is equal to its length. A second integer argument may be provided to specify a different capacity; it must be no smaller than the length. For example, make([]int, 0, 10) allocates an underlying array of size 10 and returns a slice of length 0 and capacity 10 that is backed by this underlying array. Map: An empty map is allocated with enough space to hold the specified number of elements. The size may be omitted, in which case a small starting size is allocated. Channel: The channel's buffer is initialized with the specified buffer capacity. If zero, or the size is omitted, the channel is unbuffered.

區(qū)別

new只負(fù)責(zé)分配,make負(fù)責(zé)初始化,區(qū)別點(diǎn):

  • new(T)返回指針,*T指向零值T
  • make(T)返回初始化后的T

分享到:
標(biāo)簽:語(yǔ)言
用戶無(wú)頭像

網(wǎng)友整理

注冊(cè)時(shí)間:

網(wǎng)站:5 個(gè)   小程序:0 個(gè)  文章:12 篇

  • 51998

    網(wǎng)站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會(huì)員

趕快注冊(cè)賬號(hào),推廣您的網(wǎng)站吧!
最新入駐小程序

數(shù)獨(dú)大挑戰(zhàn)2018-06-03

數(shù)獨(dú)一種數(shù)學(xué)游戲,玩家需要根據(jù)9

答題星2018-06-03

您可以通過(guò)答題星輕松地創(chuàng)建試卷

全階人生考試2018-06-03

各種考試題,題庫(kù),初中,高中,大學(xué)四六

運(yùn)動(dòng)步數(shù)有氧達(dá)人2018-06-03

記錄運(yùn)動(dòng)步數(shù),積累氧氣值。還可偷

每日養(yǎng)生app2018-06-03

每日養(yǎng)生,天天健康

體育訓(xùn)練成績(jī)?cè)u(píng)定2018-06-03

通用課目體育訓(xùn)練成績(jī)?cè)u(píng)定