Lookaside lists的意思|示意

美 / / 英 / /

后备名单


Lookaside lists的网络常见释义

后备列表 ...需要固定尺寸的内存块,但是你事先并不知道它的大小和使用频率,这样的话为了性能的原因,你还是使用后备列表(Lookaside Lists)的,后备列表是只有内核模式才有的。

Lookaside lists相关例句

As another example, some of the system-supplied SCSI class drivers use lookaside lists to allocate and release memory for SRBs.

这样相比效率就高了很多。在我的程序中,我就使用了这种单链表来管理。