阅读背景:

Java数组在HotSpot中使用内存的准确程度(即多少slop)?

来源:互联网 

C malloc implementations typically don't allocate the precise amount of memory requested but instead consume fixed-size runs of memory, e.g. with power-of-two sizes, so that an allocation of 1025 bytes actually takes a 2048-byte segment with 1023 bytes lost as slop. implementations typically don't alloca




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: