diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-27 11:26:42 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-27 11:26:42 -0700 |
commit | fcf35c1315773edb2061b6bbd87b0963eecbd097 (patch) | |
tree | cfeb566d121df94c0d77fd451ef29e28571f9eef /html/036refcount.cc.html | |
parent | d4fd180fa051b03ff32cf74dfc5874eef4bdbdeb (diff) | |
download | mu-fcf35c1315773edb2061b6bbd87b0963eecbd097.tar.gz |
3604
Diffstat (limited to 'html/036refcount.cc.html')
-rw-r--r-- | html/036refcount.cc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/036refcount.cc.html b/html/036refcount.cc.html index 40547a4d..95e1bf03 100644 --- a/html/036refcount.cc.html +++ b/html/036refcount.cc.html @@ -119,7 +119,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color <span class="Normal">int</span> payload_size<span class="Delimiter">(</span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> x<span class="Delimiter">)</span> <span class="Delimiter">{</span> x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"lookup"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> - lookup_memory_core<span class="Delimiter">(</span>x<span class="Delimiter">);</span> + lookup_memory_core<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">check for nulls</span><span class="Comment">*/</span><span class="Constant">false</span><span class="Delimiter">);</span> <span class="Identifier">return</span> size_of<span class="Delimiter">(</span>x<span class="Delimiter">)</span> + <span class="Comment">/*</span><span class="Comment">refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> <span class="Delimiter">}</span> |