From fcf35c1315773edb2061b6bbd87b0963eecbd097 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 27 Oct 2016 11:26:42 -0700 Subject: 3604 --- html/036refcount.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/036refcount.cc.html') 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 int payload_size(reagent/*copy*/ x) { x.properties.push_back(pair<string, string_tree*>("lookup", NULL)); - lookup_memory_core(x); + lookup_memory_core(x, /*check for nulls*/false); return size_of(x) + /*refcount*/1; } -- cgit 1.4.1-2-gfad0