Searched refs:RepMemoryUsageLeaf (Results 1 – 1 of 1) sorted by relevance
606 static bool RepMemoryUsageLeaf(const CordRep* rep, size_t* total_mem_usage) { in RepMemoryUsageLeaf() function1922 if (RepMemoryUsageLeaf(rep, &total_mem_usage)) { in MemoryUsageAux()1937 if (!RepMemoryUsageLeaf(left, &total_mem_usage)) { in MemoryUsageAux()1942 if (!RepMemoryUsageLeaf(right, &total_mem_usage)) { in MemoryUsageAux()1953 if (RepMemoryUsageLeaf(next_node, &total_mem_usage)) { in MemoryUsageAux()