<div dir="ltr">Stefan, this is already reflected on webrev.03. --Jungwoo<div><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If you want to you could remove the assert:<br>
-BlockFreelist::BlockFreelist() : _dictionary(NULL) {}<br>
+BlockFreelist::BlockFreelist()<br>
+ : _dictionary(new BlockTreeDictionary()) {<br>
+ assert(_dictionary != NULL, "Failed to allocate BlockTreeDictionary");<br>
+}<br>
<br>
since it's not needed.<br>
<br>
Thanks,<br>
StefanK<br></blockquote><div> </div></div></div></div></div>