³µÍ×

¼ÂÁõ



/* The sets of global memory roots are represented as skip lists
   (see William Pugh, "Skip lists: a probabilistic alternative to
   balanced binary trees", Comm. ACM 33(6), 1990). */

¥°¥í¡¼¥Ð¥ë¤Ê¥á¥â¥ê¤Î¥ë¡¼¥È¤Ï¡¢¥¹¥­¥Ã¥×¥ê¥¹¥È¤Çɽ¸½¤µ¤ì¤ë (ftp://ftp.cs.umd.edu/pub/skipLists/skiplists.pdf) ¡£


struct global_root {
  value * root;                    /* the address of the root */
  struct global_root * forward[1]; /* variable-length array */
};
¥¿¥°

¤³¤Î¥Ú¡¼¥¸¤Ø¤Î¥³¥á¥ó¥È

ocaml-3.11.0/global_root - SumiTomohiko��Wiki - Seesaa Wiki�ʥ������� for ���ޡ��ȥե��� モンクレール ダウン メンズ http://www.pslcbi.com/moncler2014.html

0
Posted by ãƒ¢ãƒ³ã‚¯ãƒ¬ãƒ¼ãƒ« ダウン メンズ 2013ǯ12·î08Æü(Æü) 04:42:56 ÊÖ¿®

¥³¥á¥ó¥È¤ò¤«¤¯


¡Öhttp://¡×¤ò´Þ¤àÅê¹Æ¤Ï¶Ø»ß¤µ¤ì¤Æ¤¤¤Þ¤¹¡£

ÍøÍѵ¬Ìó¤ò¤´³Îǧ¤Î¤¦¤¨¤´µ­Æþ²¼¤µ¤¤

WikiÆ⸡º÷

´ÉÍý¿Í/Éû´ÉÍý¿Í¤Î¤ßÊÔ½¸¤Ç¤­¤Þ¤¹